- QTP Tutorial
- 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 Useful Resources
- QTP - Questions and Answers
- QTP - Quick Guide
- QTP - Useful Resources
- QTP - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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 - UFT license type that is specific to a computer on which it is installed is known as ________
Concurrent license
Floating license
Seat License
Personal License
Answer : B
Explanation
Seat license is specific to a computer on which it is installed.
Q 2 - The changes made in Call to Action, will be reflected in the original action (from where the script is called) where as in Copy Action , the changes made in the script ,will not effect the original script(Action)
Answer : A
Explanation
Seat license is specific to a computer on which it is installed.
Q 3 - If you drag-drop a function into your test, UFT removes that function from Available Keywords pane and inserts a call to the function in the test.
Answer : B
Explanation
UFT does not remove the function from Available keywords pane if you drag-drop any function to the test.
Q 4 - Where is data for an input parameter stored?
Answer : B
Explanation
Design time data table is used to store data for input parameters.
Q 5 - Which feature displays all the test's actions ?
Answer : B
Explanation
Test Flow Panel displays all the tests actions.
Q 6 - What does the dot indicate in VBScript? (Select two.)
property
child object
statement
function
method
Answer : D
Explanation
child object or method will follow after a dot in vbscript.
Q 7 - If you have not saved your test with active screen files and later you want to edit your test using active screen options. How can you regenerate the active screen information?
A - you can not edit it now, test should be re-designed.
B - performing the maintenance run.
Answer : C
Explanation
Active screen can be regenerated by performing the update run.
Q 8 - You have created a virtual object collection and now you don't want to use it , what should you do to disable it?
A - Disable virtual objects in Object Identification
B - Disable virtual objects in General options
Answer : B
Explanation
To disable a virtual object collection, select ‘Disable virtual objects in General options'.
Q 9 - What does the following statement return? -
str = "QuickTestProfessional"
msgbox mid(str,instr(str,"P"),len(str))
Answer : B
Explanation
str = “QuickTestProfessional”.
Q 10 - Which of the following datatable functions return the column name?
Answer : B
Explanation
getparametername return the column name.