Answer Posted / ashish chaurasia
yes it's done.............great again i am using trial for lifetime.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 expert view in qtp?
What is an optional step in qtp ?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
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.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
Explain object spy in qtp.
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
What is the new version of qtp which is recently released in the market?
What is method name to compare two XML files.
what are all the fileds present in object repository?
How to create scenario selector
What are the features of quick test pro(qtp)?
What is quick test pro?
What is the basic concept of quicktest professional (qtp)?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You