If you manage test cases in Helix ALM, you can create QA Wizard Pro scripts from steps in test cases. This helps ensure each test case step is represented with a statement in a script and automatically adds a link to the test case in the script.
Use one of the following methods to create a script from a test case:
Note: Helix ALM (or TestTrack 2012.0 - 2016.1) must be installed on the computer running QA Wizard Pro.
1. Click the Steps tab when you are viewing or editing a test case.
2. Click Create Script. You are prompted to open a workspace if one is not already open.
The Create Automated Test Case dialog box opens.
3. Enter a Script name. The default name is Automated Test Case appended with the test case number.
4. Select a script creation method.
5. Select the application to record against or click New to add an application. See Adding applications.
Select Connect to running application to record against a Windows application running on the test computer.
6. If you are recording a web script, select a Browser.
7. Click Record.
The application starts. The Recording Automated Test Case toolbar opens and displays the test case steps and expected results.
8. Perform the steps in the application.
9. Click the Stop Recording toolbar button when you complete all steps.
The Repository Changes dialog box opens.
10. Click Save.
The repository changes are saved and the script is created. The script includes the test case steps, recorded actions, and a hyperlink to the test case. Each step is added as a TestCaseStep statement. See TestCaseStep.
Note: You can modify the script or record additional steps before running the script. See Modifying Scripts or Recording additional script steps.