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


Please Help Members By Posting Answers For Below Questions

Define object spy ?

556


I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.

1295


What is smart identification in QTP?

618


write the vb script for call to new action in qtp?

1853


What the differences are and best practical application of Object Repository?

581






Have you done batch testing in qtp? If yes how you are doing?

500


How do you do batch testing in wr & is it possible to do in qtp, if so explain?

613


What is Cross browser testing? Does UFT support it?

613


By using QTP can we record any log files written by the application which is in execution?

1469


Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?

645


How can get count of list box?

631


How many types of Automation frameworks are there in UFT? Describe them.

552


Did the scripts need lot of maintenance? If yes, why?

3292


I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.

1463


Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.

1510