Running an Individual Test
You can run any test at any time without having to wait for next build or when your computer is idle. You can run a test either from the code of the test or from the code of the method under test.
To run an individual test from the code of the test:
1. In Test Navigator, click the test that you want to run.
The code of the test is opened in the code window.
2. On the left from the method, click the shield icon .
The Test window is displayed above the shield icon.
3. In the Test window, click Run .
To run an individual test from the code of the method under test:
1. Navigate to the method.
2. On the left from the method, click the shield icon.
All tests that run on the method appear above the shield. If you clicked the shield icon of a collapsed group of methods, then all tests that run on the collapsed methods are displayed.
3. Do one of the following:
•To run all the tests, click Run Tests .
• To run an individual test, select the test, and in the Test window displayed on the right, click Run .