how to write script in qtp(vbscript)..i mean with out
application deployed..and how to call script1 into script2?
Answer Posted / sreeprasad
runaction actionname(iteration mode,iteration
range,parameters)
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the features and benefits of quick test pro(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
What is the default object synchronization timeout in qtp?
How will internal and external links be validated and updated? how often?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
How is UFT 11.5 version different from UFT 12.0?
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 you can find length of array in qtp?
what you mean by artifact,milestone...
There is an excel file of 1 to 100 sheets how you will iterate through it?
What are some test assets and related extensions of qtp?
How we can import data from database?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
what is the hierarchy to use properties in descriptive programming
How can you write the scripts that operate on different objects depending on run-time information?