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 |
Is it possible to change the property value at runtime? How it is possible?
is qtp 9.2 supported for firefox browser3.0?bcoz when i tried to create scripts with the application run on firefox browser 3.0 then qtp 9.2 didn't ct=reate the scripts?
What is a quick test professional?
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?
How can I test the unix shell in QTP
what is the Command used to start the QTp from Run.
How to Creating an Output Value using QTP?
Can we use index on view?
how do find current links in webpage for ex: in yahoowebsite today mainpage is having 50 links and next day same page is having 60 links. if i run same programe it should display total links in webpage ?
How can we test an XML using QTP? I have been to an interview, where they have given me an XML which had 15 values and they have given those values on a separate page. They asked me to write a QTP script to check the XML is having those particular 15 values.
If 3 browsers are opened in our system, how to enter the facebook url into second browser by using descriptive programing
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??