function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sandeep varma indukurisandeep varma indukuri 

what are types of testing in Salesforce

hi
what are types of testing in Salesforce by whom they are tested

Thanks & Regards
sandeep
Michael VerhovskiMichael Verhovski
  • Unit testing
  • System testing 
  • Functional testing
  • Regression testing 
  • Production testing
I would say that unit testing is obviosly done by developes, everything else depends from organization. 
Rajesh PotnuruRajesh Potnuru
Hi Sandeep,

Please check the below URL

https://developer.salesforce.com/blogs/engineering/2013/09/performance-testing-force-com-application.html

Regrads,
Rajesh Potnuru
Peter_sfdcPeter_sfdc
The process of testing salesforce.com technology and apps is no different from any softward development lifecycle. The only thing unique to salesforce is a testing framework built into the core libraries of the programming language, Apex. 

With Apex you can write both unit tests (does this method function as expected) and end-to-end tests (does this high level component behave as expected) of business logic only. There is no automated UI testing component on the platform currently. 

Certain partners have written software packages to make the process of top-to-bottom automated testing easier. Others use existing testing frameworks for front-end testing. 

umesh atryumesh atry
https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_testing_unit_tests.htm