What is the extension of script and object repository files
in QTP?
Answer Posted / raja83
Extension for Script is .mts
Extention for Repository is if it is per action (.mtr)
wlse shared (.tsr)
| Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
what is clean sweep?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
how to test load test and block box testing an a web based application pls give ans briefly
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
What is parameter in qtp?
How does qtp recognize objects in aut?
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
What is the meaning Work bench?
What is difference between shared and local object repository?
Explain the new feature of UFT regarding the export of test results?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks