Answer Posted / uday kumar_anem
QTP stores the checkpoint information in the Action's
resource.mtr located in the test script directory (<test
script>/Action#/resource.mtr, where Action# is the action
containing the checkpoint).
Ex:
If your checkpoint is in Action2 of the test script MyTest,
the path would be "MyTest/Action2/resource.mtr".
The checkpoint information is stored in binary form. It is
not advised that you manipulate these files.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Problem with XML checkpoint in QTP ?
Plz Explain AUTOMATION REFERENCE MODEL?
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
How do I get the QTP scripts result in xml format by using vb script function?
Differences between quicktest professional (qtp) and winrunner?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
Can we create a qtp test from qc?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
How do we analyze the checkpoint results?
Where can I find and view run-time data table?
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
What is the difference between a Function and Action in QTP?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian