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 |
How to swap two numbers by using parameter passing method byref in a fucntion and return the result to outside of the function?
Expalin Text/Text Area Checkpoint
Hi Suppose u have complex Test scripts which u vl write first and which u vl execute first
hi i have one isuue on selecting webcheckbox .there are 15 wecheckboxex i want to select every time 9 th one how can i select plese help me regards balaji
can we install qtp on server machine and do automation of application which is installed on client machine.If yes then how? If no then is there any other automation tool for this (client-server) senario.
Syntax for how to call one script from another? and Syntax to call one "Action" in another?
anyone can explain Diff B/w Actions and Functions
What is the difference between Global and Local Data Sheets?
we have 10 automation scripts. how to call them from one main script.
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz