|
Q.What are batch tests and how do you create and run batch tests? |
|
|
|
|
Q.How do you store and view batch test results? |
|
| A.When you are ready to run your test batch, click the Run button or choose Batch > Run. If QuickTest is not already open, it opens and the tests run sequence begins. Once the batch run is complete, you can view the results for each test in its default test results folder (<test folder>\res#\report). | |
| Q.What are the virtual objects and how do you learn them? | |
| A. Your application may contain objects that behave like standard objects but are not recognized by QuickTest. You can define these objects as virtual objects and map them to standard classes, such as a button or a check box. | |
| Q.How to record the function Key Strokes? | |
|
A By using SendKeys method For Ex: Set WshShell = CreateObject ("WScript.Shell") WshShell.SendKeys "{F1}" |
|
| Q.What are Environment variable? | |
|
A. Environment Variables are two types 1. Built-in 2. User-defined Internal 3. User-defined external
User-defined external—variables that you predefined in the active external environment variables file. These variables are read-only in this context.
|