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


Please Help Members By Posting Answers For Below Questions

How to add verification steps to tests?

9266


What are benefits of qtp?

675


In the website, the protocol has been changed http: to https what you will do? Tell me your approach?

651


How many lines of code in each script of QTP?

4115


Can we write winrunner language i.e TSL in QTP tool?

1564






What is the virtual object?

748


Have you used xml check point in your project?

639


Explain data driven framework?

658


what is impact analysis on regression testing?

2122


Explain the check points in quicktest professional (qtp)?

668


How to call a test from another test?

782


what is the diffrence bw qtp architectute and qtp framework?

1632


What are the key points to create a framework in QTP for oracle forms?

1900


How you can replace string in qtp?

657


In qtp, how you can get the last character from a string?

640