HOW MANY WAYS ARE THERE TO CPY TEST IN TEST LAB
Answer Posted / nidhi
2 WAYS
CORRECT ME I M WRONGE
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is a Step generator used in UFT?
what is vmodel?advantages and disadvantages of vmodel?
How to execute a winrunner script in quicktest professional (qtp)?
What does mean by Scope of Automation?n How we defined it?
what is command for executing files?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
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 use of Debug Viewer?
how to evalute defects in QTP script?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
what is error and fault in terms of software quality?
Explain features of the latest version of qtp/ uft 12.1?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Hoe can we do retesting using functions please give the code for it using login page