Explain about reusable actions?
Answers were Sorted based on User's Feedback
Answer / naren
An action that can be called multiple times by the test in
which it was created.(local test) as well as by other tests.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mahaboob
An action which can be call within the test or some other test is called as reusable action.qtp 9.2 version onwards actions are reusable action.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vijay
if we eant to use the 'call to existing action' option, we
have to make an action as reusable action.
for that we have to go for action properties and click the
check button.
let action1 is a reusable action then we call it to any
other action. If we change the script in action1 it is
affects in all actions in which we called action1.
by
vijay(SDG)
Is This Answer Correct ? | 0 Yes | 1 No |
hen do start automation testing after manual testing
Where to use function or action?
1.what is test automation life cycle?
Hi, I want to retrieve the cell data in the WebTable. For that I have defined a new test object under the browser and have given html tag and text as the test object properties. But while I try to identify it it says 'Object description is not unique'. I tried adding innerhtml, outerhtml, innertext and outertext along with the ordinal identifiers; but no use. What more properties need to be added to identify it? Also I want to enable smart identification for this object but the field is disabled in the object repository for this object alone(In QTP tools->object identification the enable smart identification checkbox is enabled). How do I enable it?
How Qtp will identifies object during run time
what is the Vbscript to connect Database
can we test an windows application using qtp
Can u call txt extension file in QTP?
What is the advantage of associating a procedure with a test object?
What is the pros and cons between QTP and Rational Robot
How do we Access, retriew and edit the runtime objects in Automation Testing using QTP
after click on compose mail how can we attached a file in qtp with vbscript code