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 |
is the institute MindQ laid by Mr.Nageswar rao.. heard alot about Nageswar rao...can you briefly let me know about the Nageswar rao inst. and MinQ...THANX IN ADVANCE
Does QTP supports Linux or Unix OS?.If so which scripting is preferable? Shell we do record and playback
synchronization, wait,wait Property?
what is the difference between data table and spread sheet?
for a test in QTP i had choose the object repository as shared.after completion of some days i want to conduct the same test again,now the question is HOW TO LOAD THE OBJECT REPOSITORY. is it possible by descriptive programming.could any one tell me how many ways we load it and what is the process?
How to Compare two database tables by using QTP?Please give me code details.
suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query
To count the no of links present in the yahoo home page i have written the script like this Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile ("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo! India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing While running the script it showing error that object "yahoo"isnot found in the object repository. Is there any setting before running the script? if yes what is the steps for it.Im using QTP9.0
Hi. I have completed B.TECH(CS) , But I will go to "SECURITY CONSOLE OPERATING" [C.C CAMERA abservation]. IF interviwer asks " Why you choose this job ?" What we will say? urgent.........................urgent...........
how u will evaluate the tool for test automation?
How to swap two numbers by using parameter passing method byref in a fucntion and return the result to outside of the function?
Does we use Classes and methods in realtime..?How wud we access methods in a class..?Thanq Guys..!