There are object type filters in Object spy dialog box.
A. Three
B. Five
C. Two
D. Four
How can we share or pass values from one action to other actions?
A. Store values in the output action parameters of a called action and use those values in steps that are performed after the action call within the calling action
B. Store values from one action in the global Data Table and use these values as Data Table parameters in other actions.
C. Set a value from one action as a user-defined environment variable and then use the environment variable in other actions.
D. Add values to a Dictionary object in one action and retrieve the values in other actions.
E. All the above
We can define a database query by using .
A. Using Microsoft Query
B. By manually defining an SQL statement
C. Run time query
D. Both A and B
The Property - Returns the design-time Data Table, which enables us to modify the data that is used for the Data Table parameters in the test or business component.
A. DataTable
B. DesignTable
C. None of the above
We can copy, paste, and move objects in the local object repository using the Object Repository window, and copy, paste, and move objects both within a shared object repository and between shared object repositories using the Object Repository Manager. But we cannot copy objects from a shared object repository to the local object repository to modify them locally.
A. True
B. False
When we modify the name of an object in a shared repository, the name is automatically updated in all tests open on the same computer that use the object repository as soon as we make the change, even if we have not yet saved the object repository with our changes.
A. True
B. False
The Documentation cell is .
A. Read, write and execute
B. Read-only
C. Read and Write
D. Write-only
The correct syntax of the condition statement starting with Do is .
A. Do...While
B. Do...Until
C. Do...Next
D. Both A) and B)
If we want to include one or more statements in every new action in our test, we can create a .
A. Function
B. Reusable action
C. Split action
D. Action template
The action can be called multiple times by the test as well as by other tests
A. Reusable
B. External
C. Non-reusable