Consider a scenario where there are two action sheets say
action 1 and action 2. Can Action 1 take values from action
2 data sheet or vice versa. If so, how?
Answer Posted / sdfds
By Parameters.
In Reusable Action1-
Declare -
name=Parameter ("name")
In Calling Action2-
Call RunAction ["Action1"],name
Here, the Action2 will take value of the variable -name
from Action1. The conditions are:
Parameter("name")- Should be declared in Reusable Action1.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Have you faced any problems with object repository?
How can you give wait up to 10 seconds in qtp?
What is accessibility check point?
Hybrid framework supports Descriptive programming. Is it true?
How the exception handling can be done using quicktest professional (qtp)?
How can you close the second opened browser?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
By using QTP can we record any log files written by the application which is in execution?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
after click on compose mail how can we attached a file in qtp with vbscript code
Explain about Test Fusion Report of QTP?
What is throw object?
Explain the concept of object repository and how quicktest professional recognises objects?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
whare exactly we have to use functions and sub routain