Software Testing


Working with the Keyword View tutorials
The Keyboard View enables you to create and view the steps of your test in a modular, table format. Each step is a row in the Keyword View that is comprised of individual, modifiable parts. You create and modify steps by selecting items and operations in the Keyword View and entering information as required. Each step is automatically documented as you complete it, enabling you to view a description of your test in understandable sentences. You can also use these descriptions as instructions for manual testing, if required.
Keyboard view
Action ------
-
Actions are the highest level of the test hierarchy. They contain all the steps that are part of that action. In the Keyword View, you can view either the flow of all the action calls in the test, or the content of a specific reusable action, using the options in the Action toolbar.
-
Each action is comprised of steps. During a recording session, each step is recorded as a row in the Keyword View. For example, the Keyword View could contain the following rows:
Steps --------
-
These rows show the following 4 steps that are all performed on the Flight application
-
test is entered in the userName in edit box.
-
We have click Tab key to move to next field
-
The encrypted string "4d402885b….." is entered in the password edit box.
-
We have click Tab key for proceed further
-
For every step in the Keyword View, QuickTest displays a corresponding line of script in the Expert View. If you select a specific row in the Keyword View and switch to the Expert View, the cursor is located in the corresponding line of the script.
-
You can use the Keyword View to add steps at any point in your test. After you add steps, you can modify or delete them using standard editing commands and drag-and-drop functionality. You can print the contents of the Keyword View to your Windows default printer