What are the file extensions for per-action, shared object
repository files and what is the extension for library
files?
Answer Posted / sreeprasad
Per-Action Object Repository - .mtr(Mercury test Script)
Shared Action object Repository - .tsr(Test repository)
Library files - .vbs or .txt
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain the types of properties that quick test learns while recording?
How to use conditional loops in qtp ?
What is difference between run time object and test object?
Can launch two instances of qtp on the same machine?
how to find that tools work well with your existing system?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
What are metrics and matrix?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
What is checking bitmaps?
Explain in brief about the quicktest professional (qtp) automation object model?
By using QTP can we record any log files written by the application which is in execution?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
How can you identify the browser and its information using the qtp script?