QTP Questions
Back
Next
- Take a situation when you are working with QTP, suddenly system has crashed.so you again start the system. My question is how can QTP directly opened when the system desktop appears?
A. We can set the error or event in the recovery scenario wizard and if the system faces such
situation by the recovery scenario the system will get back to the desired action or events
- What is the extension of script and object repository files in QTP?
A. Extension for Script is .mts.
Extension for Repository is if it is per action (.mtr).
Extension for Repository Shared (.tsr).
- What is keyword driven framework how to use keyword
driven frame in QTP in a project?
A. In Keyword Driven FrameWork for QTP
1. create the folder structure as follows
proj name-automation
-repository
-library
-test data
-recovery
-test script
-log
2. Created desired shared repository, library files, test data and recovery files and save them in corresponding folders.
3. Open the main test & assosiate desired repository ,library files, test data & recovery files.
4. Develop the main test.
5. Specify keywords in the data table under specific, run the test and analyse the results.
- What are the abbreviations for tsr and mtr?
A. The abbreviations are as follows:
.tsr : Test Script Repository.
.mtr : Modular Test Repository.
.mts : Mercury Test Script.
.vbs : vb Script.
- How to Test the mainframe application?(tell me few basic things)?
A. In Order to test the mainframe applications you need to install the
TERMINAL EMULATOR add-in in QTP.
- How you test broken link using the automated tool QTP ?
A. Go for Insert->Standard check point->select one object->then select it's parent page->
so it displays page check point properties then select "Broken link" option from that wizard.
This the way we can check the broken links.
- What does it mean when a check point is in red color? what do u do?
A. Red symbol is for failure.
- How to write script in qtp(vbscript)..i mean with out application deployed..and how to call script1 into script2?
A. runaction actionname(iteration mode,iteration
range,parameters)
