QuickTest Professional Fundamentals
Test your knowledge of QuickTest Professional (QTP) test automation tool including Object Spy, Test Objects, debugging, and navigation features.
Questions
What is the shortcut key to clear all Breakpoints?
- Shift+Ctrl+F9
- Ctrl+Shift+F9
- Alt+Shift+F9
- Alt+Ctrl+F9
The ________ runs only the current line of the script. When the current line calls a method, the method is performed in its entirety, but is not displayed in the view.
- Step Over
- Step Out
- Step Into
- Step Till
he shortcut keys for Record, Stop and Run respectively are
- F4, F3, F5
- F3, F4, F5
- F4, F5, F3
- F3, F5, F4
You can manage the test actions and the test or function library steps using the _________ menu commands
- File
- Edit
- Automation
- Tools
Using the Object Spy, you can view
- The run-time or test object properties of any object in an open application.
- The test object properties and methods of any object in an open application.
- The run-time or test object properties and methods of any object in an open application.
- The run-time object properties and methods of any object in an open application.
There are ________ object type filters in Object spy dialog box.
- One
- Three
- Four
- Two
___________ are the highest level of the test hierarchy in the Keyword view.
- Tests
- Steps
- Call to Actions
- Actions
Object Spy can be found in __________ menu.
- Tool
- Tools
- Task
- Tasks
The ________________ displays the open documents side-by-side.
- Tile Vertically
- Tile Horizontally
- Cascade
- Tile Cascade
For opening the Quick Test Professional Help we can use _________
- F3
- F5
- F1
- F2
If QTP cannot find any object that matches the description, or if it finds more than one object that matches, QuickTest may use the ___________________ mechanism to identify the object.
- Ordinal Identifier
- Index Identifier
- Smart Identification
- Assistive Identification
You can configure the _________ and ___________ and ___________properties that QuickTest uses to record descriptions of the objects in your application
- Mandatory, assistive, and ordinal identifier
- Mandatory, required, and ordinal identifier
- Smart, assistive, and ordinal identifier
- Index, assistive, and ordinal identifier
The ___________ property set for each test object is created and maintained by QuickTest.
- Run-Time Object
- Test Object
- Smart Identification Object
- Assistive Object
You can access and perform ______________ methods using the Object property.
- Run-Time Object
- Test Object
- Smart Identification Object
- Assistive Object
You can retrieve or modify property values of the test object during the run session by adding _______________ statements in the Keyword View or Expert View.
- GetROProperty & SetROProperty
- GetTOProperty & SetTOProperty
- GetTOProperty & SetROProperty
- GetROProperty & SetTOProperty