- QTP - Home
- QTP - Introduction
- QTP - Test Automation
- QTP - Environment Setup
- QTP - Record and Play Back
- QTP - Object Repository
- QTP - Actions
- QTP - DataTables
- QTP - Checkpoints
- QTP - Synchronization
- QTP - Smart Identification
- QTP - Debugging
- QTP - Error Handling
- QTP - Recovery Scenarios
- QTP - Environment Variables
- QTP - Library Files
- QTP - Test Results
- QTP - GUI Objects
- QTP - Virtual Objects
- QTP - Accessing Databases
- QTP - Working with XML
- QTP - Descriptive Programming
- QTP - Automation Object Model
- QTP - Frameworks
- QTP - Designing a Framework
QTP Online Quiz
Following quiz provides Multiple Choice Questions (MCQs) related to QTP Framework. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.
Q 1 - Which of these checkpoints does not require the test to be in recording mode?.
Standard checkpoint
Database checkpoint
XML checkpoint
Page checkpoint
Bitmap Checkpoint
Answer : C
Explanation
You can insert database and xml checkpoint without being in recording mode.
Q 2 - Which of the following could be possible objective(s) for test automation? Mark all that apply.
Increase speed of testing
Reduce manual effort
Ensure consistency
Eliminate manual testing.
Answer : A
Explanation
Automating a test, provides you an increased speed of your testing, it reduces manual effort and ensures consistency, It does not replace manual testing.
Q 3 - Where can you reset the add-in manager if it does not display when you launch UFT?
Answer : A
Explanation
It is available under Tools menu.
Q 4 - Which UFT feature should you use to view methods and properties of objects in your application?
Answer : C
Explanation
Object Spy tool helps tester to view methods and properties of objects.
Q 5 - When inserting a call to a reusable action, how are the data resources in that action handled?
B - A copy of the data is made (editable) and stored with the new action.
C - The tester must make a one-time selection to either copy the data or refer to the original data.
D - The tester always has the option to copy the data or refer to the original data.
Answer : D
Explanation
The tester always has the option to copy the data or refer to the original data.
Q 6 - What is the maximum number of characters limit that can be displayed in comments tab available under ToDo Pane?
Answer : B
Explanation
The text displayed in the comments tab is limited to 260 characters. If it exceeds, the comments can be viewed by jumping to the comment statement.
Q 7 - What are the options available to define a table checkpoint at 'define/modify row range' dialog box?
A - All Range, Visible Range and Another Range
B - All Rows, Visible Rows and Another Range
Answer : B
Explanation
There are three options are there to define table checkpoint row range All Rows, Visible Rows and Another Range
Q 8 - If the local data table contains 5 rows and global data table contains 2 rows, how many times the test will iterate?
Answer : D
Explanation
Test will iterate for each of the rows in global datasheet. Hence 10 is the correct answer
Q 9 - What is the method of datatable which can be used to retrieve information from datatable?
Answer : A
Explanation
Datatable.Value retrives information from a datatable.
Q 10 - If a list of recovery scenarios are made default for all new tests that you create. What happens if you make any changes to this list for a new test?
A - it affects the current test only
B - it affects all the existing tests
Answer : A
Explanation
If you make any changes to the default list of recovery scenarios, it affects the current test only where the changes have been made.