Sunday 17 December 2017

Run more than one test class at a time in Salesforce

Run more than one test class at a time

We can verify our apex code functionality by running test classes. We can run more than one test classes at a time from developer console.

o   From developer console, select the Test menu -> click New Run.



o   Select the classes you want to run, click add selected -> click run.



o   Now all the test classes will run asynchronously.

No comments:

Post a Comment

Set environment variable for Apache ANT

To use ant in windows, you need to download it and should configure the windows environment variable. Download file here, Ant St...