What is the extension of script and object repositary files?
Answer Posted / me :)
Hi poonam can you check whether tsr is for shared and mtr
is for per test??
OR both mtr and tsr can be shared across??? ;)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is run action?
Explain hybrid framework with advantages and disadvantages?
What is the use of ordinal identifier in qtp?
How you know that a test case is a regression test case
If object is not recognized by qtp but the object is standard object what is your approach?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
What is a data driven test in qtp?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
How many types of object repository in qtp?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
what is meant by source control?
How are actions and functions different in QTP?
What are the Test design techniques you uses in ur project?
what is the difference between development and testing
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks