I have 5 no.of Action in my Test.
Out off which i should make 3rd action as my start-up
action.
How should i make it?
Answer Posted / sateesh_t7101@yahoo.co.in
devide those actions as separate actions
and call each action seperately
nd execute them as batch
if u want u r third action as start-up
then go for settings-.generaloptios-environmenttab-.start-up
script(put u r third action in startup)
restart u r wr
if wrong plz....
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the pros and cons between QTP and Rational Robot
How is UFT 11.5 version different from UFT 12.0?
Explain the checkpoint in qtp?
Difference between action & Reusable action?
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 are the Test design techniques you uses in ur project?
Can we create user defined functions in qtp?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
How to associate shared object repository to test in qtp?
Explain the concept of object repository & how qtp recognizes objects?
What is standalone database?
Hi. I have completed B.TECH(CS) , But I will go to "SECURITY CONSOLE OPERATING" [C.C CAMERA abservation]. IF interviwer asks " Why you choose this job ?" What we will say? urgent.........................urgent...........
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))