If your Test calls an External action that is renamed or deleted, the Action is displayed in the MISSING RESOURCES pane. To link these missing Actions again to the test: In the MISSING RESOURCES pane, double-click the MISSING ACTION. The Locate MISSING ACTIONS dialog box appears. In the LOCATE MISSING ACTIONS dialog box, click the [...]
After creating a Reusable action, you can call it in the main Test in two ways: CALL TO Copy of Action: Copies the entire code of an Action, all data tables, and object repositories into the existing test. You can also edit these Actions. CALL TO Existing Action: Associates an action with the calling test. [...]
You can use the Action PROPERTIES dialog box to make an action reusable. To do so, in the ACTION PROPERTIES dialog box, check the Reusable action check box and click OK. A message appears, stating a description of the reusable action. In the KEYWORD VIEW, the action icon changes to a reusable icon. Note: You [...]
To make your Test easy to understand provide descriptive names to each Action. To modify an action name: In KEYWORD VIEW, right-click ACTION1 and select ACTION PROPERTIES from the menu. The ACTION PROPERTIES dialog box appears. In the ACTION PROPERTIES dialog box, in the GENERAL tab, in the NAME field, replace the Existing Action name [...]
QuickTest enables you to Split an Action that is stored within a Test into two independent Actions or into parent-child nested actions. To split an action: In KEYWORD VIEW, click the SPLIT ACTION button on the Toolbar, or in the ITEM column, right-click the step from where you want to split the action, and select [...]
You can create a Test with multiple Actions while Recording or after recording. Both ways are equally efficient. To create a new Action: Click the INSERT CALL TO NEW ACTION Toolbar button or from the QuickTest Professional menu bar, select INSERT ? INSERT CALL TO NEW ACTION. The INSERT CALL TO NEW ACTION dialog box [...]
What is an Action? Action is nothing but a piece of code/script written Test some part of functionality in the Application under test. Combination of Actions can be called as a test. These actions can be used in other tests if they need. For Example: Login script is required to test the whole application. In this situation [...]
ENVIRONMENT Parameters enable you to insert a value in your Test from an environment variable list. The value of an environment Parameter remains the same during the test playback, regardless of the number of Iterations, unless you change the value. Types of environment variables available in QuickTest are: BUILT-IN: Enables you to use information related [...]
The random number input Parameter generates random numbers and uses them as input value for a parameter. By default, the random number ranges between 0 and 100. A different random number is generated every time the parameter is called for every iteration or for every Test run. You can modify these settings in the PARAMETER [...]
To parameterize an object property’s value in Object Repository: Open the OBJECT REPOSITORY. From the OBJECT REPOSITORY tree, select the object that changes dynamically. In the Test OBJECT DETAILS section, click the VALUE field for the property that you want to modify. The CONFIGURE THE VALUE button appears. Click the CONFIGURE THE VALUE button. The [...]