We cannot directly open the function libraries, regardless of whether they are associated with the currently open test.
A. True
B. False
QuickTest enables us to open and work
A. On nine test at a time
B. On two tests at a time
C. On one test at a time
D. On predefined number of tests at a time
We can manage the test actions and the test or function library steps using the ...menu commands
A. Automation
B. Tools
C. File
D. Edit
The following are the four main columns in the Keyword view
A. Item, Operation, Property, Documentation
B. Item, Operation, Value, Documentation
C. Number, Operation, Value, Documentation
D. Item, Operation, Value, Comments
We can not insert additional steps on the test objects captured in the Active screen after the recording session.
A. True
B. False
The is used to open the specified URL in a browser
A. NavigateURL()
B. Navigate()
C. openURL()
The gets added to the test while parameterizing
A. Set Data(variable, dtGlobalSheet)
B. Get Data (variable, dtGlobalSheet)
C. Get DataTable(variable, dtGlobalSheet)
D. Set DataTable(variable, dtGlobalSheet)
When we remove a step from our test, its corresponding object is also removed from the object repository
A. True
B. False
We cannot directly rename objects in the shared object repository using the Object Repository Manager
A. True
B. False
When we open a test, we can choose to view .
A. The test flow (calls to actions)
B. We can view and edit the individual actions stored with our test.
C. Both A and B
D. None of the Above