What is the extension of script and object repository
files?
Answers were Sorted based on User's Feedback
Answer / ram
For script--- .mts(Mercury test script)
For local object repository-- .mtr(Mercury test repository)
For shared object repository-- .tsr(Test shared repository)
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ramyab.mca@gmail.com
Hai...
Object Repository : .tsr , Script : .mts, Excel :
Default.xls
K,Byeeee..
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / subasish
the extension of qtp script is .mts
the extension of object repository is .mtr
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / punkhuri singh
Object Repository : .tsr , Script : .mts, Excel : Default.xls
| Is This Answer Correct ? | 0 Yes | 0 No |
How to identify 2 versions of browsers based on regular expression
What is data driver in qtp? Where we use it?
What is the exact difference between QTP and RFT ?
what is virtual object?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
Explain the concept of how QTP identifies object.
How to test the login page in different ways in automation testing and i need code?
Do we get any issues if we run the testscript on different browsers? what are the options we need to st in QTP?
Explain object spy in qtp.
How to manage a drag drop event in the qtp
How to capture checkbox properties when properties of the object keep changing on relogin to the application.
i want click on a link which is in 3rd row and 2nd column of a web table.write script to execute