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

What is keyword driven framework?

622


What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?

609


Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach

1608


What is difference in global and action sheet in qtp?

614


Is it possible to use two instances of UFT on the same machine? If not why?

605






How is the Bitmap checkpoint different from Image checkpoint?

628


What is the standard timing delay for web based application in qtp?

589


What phases are involved in testing an application in qtp?

562


I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.

1587


when a test case is written how u test using qtp

1655


What is the basic concept of qtp?

580


What are the ordinal identifiers in web page?

642


If u r using library files (Instead of Check Points) , How do u do bitmap check ?

1457


Diff b/w Health care domain and Banking Domain?

4219


Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?

1475