You need to sign in to do that
Don't have an account?

Need help for running separate test classes
Hi Guys,
I am working on APEX unit test case and need help on following points
- I want to run test cases for more than one apex class as a single event. Suppose I have 5 apex classes and i have made changes in 2 classes, i want to run test cases for these 2 classes only and not for all the classes. Don't want to use "Run All Tests" feature. Is it possible ?
- Instead of writing test methods in the same apex class, i want to create separate classes for the test cases and want to run those classes to check the code coverage. I tried one but it is giving me the coverage of the same test class and not for the class for which i have written this test class. Is it possible to do this?
Satyendra