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


Please Help Members By Posting Answers For Below Questions

Explain the features and benefits of quick test pro(qtp)?

610


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

1666


What is the default object synchronization timeout in qtp?

746


How will internal and external links be validated and updated? how often?

752


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.

1406






How is UFT 11.5 version different from UFT 12.0?

693


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?

1542


How you can find length of array in qtp?

660


what you mean by artifact,milestone...

1590


There is an excel file of 1 to 100 sheets how you will iterate through it?

627


What are some test assets and related extensions of qtp?

652


How we can import data from database?

765


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

1532


what is the hierarchy to use properties in descriptive programming

1602


How can you write the scripts that operate on different objects depending on run-time information?

2217