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
Explain the check points in quicktest professional (qtp)?
how to disable the pop ups through QTP using a script
How u will do versioning in QTP?
How did you resolve conflicts present in Object Repository?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
Where we use data driver in qtp?
Define Error Pane of UFT?
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
Explain the parameter in qtp?
Have you used xml check point in your project?
How to check which add-ins are associated with a test in qtp?
Do you know how to connect database? Can you tell me the procedures?
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