For most testing, Scenarios are used to control TestCase execution. To add a TestCase to a Scenario, use the Project Explorer to open the Scenario. Then, right-click in the toolbar area of the TestCase (as shown by the red arrow below) and select Add to Scenario. See Working with Scenarios and Running Scenarios. When a TestCase is executed it becomes a job and has a Job ID. When using Reactive Scenarios, there may be multiple instances of a job. Each instance has a unique job ID. |
To run a TestCase standalone, the following must be true: •All Scenarios must be closed •The TestCase must be open and have focus Click the run button ( When run standalone, the TestCase has no preconditions and is run once. You can use the rewind button ( The TestCase log file is named <TestCase name>.mxc.mxlog. For example: Init.mxc.mxlog
|