What are the file extensions for per-action, shared object
repository files and what is the extension for library
files?
Answer Posted / shankar
Per-Action : .mtr (module test repository)
Shared : .tsr (test script repository)
Libraryfile: .vbs (visual Basic Script)
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
assume i have few url link how will i dynamically call then using descriptive programming?
What is the file extension of the code file in qtp?
Explain the features and benefits of quick test pro(qtp)?
what is Property......End Property loop? how to write sript for it in QTP
Where you get the run time data table?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
What is checking bitmaps?
What is the difference between the keyword view and expert view?
How to get Traceability matrix from TD?
hi nani my doubt is how does qtp process metrix related to software process.
how to disable the pop ups through QTP using a script
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.
What is the limitation to XML Checkpoints?
Get the count of files of similar types from a folder.