Quick Test Professional Questions and Answers
Quick Test Professional (QTP) questions with answers help aspirants strengthen their automation testing knowledge. This tool, widely used in software testing, allows the creation and execution of automated functional and regression tests. Practicing programming questions and answers related to QTP enhances your understanding of VBScript, test object models, and checkpoints. These QTP aptitude test practice questions are frequently asked in campus placement exams and interviews by companies like Infosys, Wipro, and Cognizant. Learning QTP concepts through detailed programming questions with explanations ensures better preparation for software testing interviews and certification exams.
Quick Test Professional
Showing 10 of
14 questions
11. Outcome of the below QTP code (vbscript) is, Set obj = CreateObject("WScript.Shell") sCmnd = "%windir%\SYSTEM32\rundll32.exe user32.dll,LockWorkStation" obj.Run sCmnd, 0, False
- Runtime error
- Computer will be locked automatically.
- Computer will be unlocked
- will throw syntax error
12. Which is used for verifying whether the Actual result matches with expected result in QTP?
- ObjectSpy
- Object respository
- Checkpoints
- Expert view
14. Setting in one instance of QTP IDE can be transferred to another machine using,
- Data driver
- Function Generator
- Step Generator
- Automation Object Model