what is the extension for QTP files?
Answers were Sorted based on User's Feedback
Answer / anubhav khare
Extentions..
Test script- .MTS (Modulus test script)
Loacal Object Repository- .MTR( Modulus Test Repository)
Shared object repository- .TSR( Test shared Repository)
I can bet you this is absolutely Right..
Power lies in knowledge..:)
| Is This Answer Correct ? | 0 Yes | 0 No |
local object Repository: mtr
shared object Repository: tsr
Function Library: qfl
test Batch: mtb
Recovery scenario: qrs
action Template: mst
virtual object vot
lock file : lck
testscript mts
if we write vb script on note pad then we save like .vbs file
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srini
I think Object Repository file extension indicates *.tsr
not *.mtr
| Is This Answer Correct ? | 10 Yes | 20 No |
Answer / ramarao
extension for script is: .vbs
object repositorey
peraction: .mtr (main test repositorey)
shared : .tsr (test shared repositorey)
| Is This Answer Correct ? | 4 Yes | 14 No |
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
wt is the difference between global and action excel database in qtp?for example one action is calling another action the second action is using action excell sheet?if it is using global sheet what makes the difference?
What are software testing metrics
can u write one user defined function for webedit class.
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
Can any one tell me Difference between Keyword Driven Frame work and Hybrid framework? Its Urgent.
When we parameterise some field ex. Textbox is there any way that we can generate a specefic number of random values (For alphabetical values if possible) instead of manually entering values in the data table
how do find current links in webpage for ex: in yahoowebsite today mainpage is having 50 links and next day same page is having 60 links. if i run same programe it should display total links in webpage ?
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
How to test background color and dynamic images during run time can you put the check point for moving objects?
how to test background color and dynamic images during runtime
What is the basic concept of quicktest professional?