What is the difference between "Call to copy of action",
"Call to existing action" & "Call to winrunner action"?
Answer Posted / raju
Call to copy of action:- If at all we need to modified
Parent action it doesn't reflected into the child actions
and also we edit the action scripts. this is look like
Zerox Copy for example....
Call to Existing action: - If at all we need to modified
parent action it will reflected into the child actioins.
and also we doesn't edit the action scripts. this is look
like mirror for example...
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
Hai anyone please "Explain about Framework in QTP?"
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
What are the types of object repositories? Which one is you using?
Have you faced any problems with object repository?
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
Explain the qtp test phases.
When and why to use descriptive programming?
To which environments does quicktest professional supports?
What is the differences between image check point and bit map check point?
What is fragmentation and paging?
If object is not recognized by qtp but the object is standard object what is your approach?
Explain measuring transaction.