How should I check my code( Before going to execute)
without executing the script in QTP
Answer Posted / ramchandra
By debugging
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
What is Cross browser testing? Does UFT support it?
How many types of actions are there in quicktest professional?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
What are the advantages of parameterization ?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
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
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
When and why to use descriptive programming?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
What is the extension of the recovery scenario file in qtp?
Where is the Bitmap checkpoint information stored?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
How will you declare a variable in qtp?