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 / rashmi
Yes. you can use data from "Action1" data sheet
in "Action2" or vice versa.
use DataTable.GetSheet("Action1").GetParameter.....
in "Action2". (To use data from "Action1" data sheet
in "Action2")
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
To which environments does quicktest professional (qtp) supports?
Which scripting language used by quicktest professional?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
What are the views available in qtp?
Sql questions to find second max salary and how to use joins
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
How many types of status are there?
What is the difference between qtp and selenium?
What is the file extension of the code file in qtp?
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?