Activity › Forums › Salesforce® Discussions › Can anyone provide some tips for testing in Salesforce?
-
Can anyone provide some tips for testing in Salesforce?
Posted by Abhay on December 6, 2016 at 6:20 AMCan anyone provide some tips for testing in Salesforce?
Nitesh replied 7 years, 5 months ago 5 Members · 4 Replies -
4 Replies
-
Hi Abhay,
Refer the link below,it may help you
https://developer.salesforce.com/blogs/developer-relations/2016/07/six-tips-great-unit-tests.html
Thanks
- [adinserter block='9']
-
Hello,
Follow this blog – https://www.algoworks.com/blog/testing-in-salesforce/
Thanks.
-
Salesforce testing is not a very easy thing to do. You can create apps without codes but when it comes to testing you need a substantial amount of coding skills. Here are 6 practical tips for testing in Salesforce-
· Focus on Code Portability
· Be mindful about your Code’s coverage
· Always write your Test Case in Controllers and Classes
· Perform Assert Based Testing
· Always do the Testing for Bulk data first -
Do the unit Testing
Do the code review
Always write the test case according to your Project and follow that test case.
Follow the SDLC model of testing.
Log In to reply.