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 / sudheer kumar putsala (mphasis
Yes it's possible.
You have to make one Action as a Reusble Action and call
that action in your Present action. For example Main one is
Action1 and Action2 is a reusble action and if you want to
use the Action2 data in Action1 u have to call like this.
DataTable.Value("name",dtlocalsheet)= DataTable.Value
("name","Action2 [REU_Action2]")
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Whats the realtime QTP testing process
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
What is the extension of qtp local repository?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
Hi,All How to create a link in excel sheet using qtp
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
What are the common defects found in your project? (in qtp interview)
What are the data types in qtp?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
What is the default add-ins in qtp?
Suppose I want fail that check point? How can you do that?
How to use reporter.report event in qtp ?
What is the basic concept of quicktest professional (qtp)?
What are the recording modes in wave event?
How did you resolve conflicts present in Object Repository?