Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Using datasheet of one action in another within the QTP forums, part of the Software Testing category; Can we use the datasheet of one action in another action? if Yes how? Ex: I want to use the data sheet of Action2 in Action1....
|
|||||||
|
|||
|
Using datasheet of one action in another
Can we use the datasheet of one action in another action? if Yes how?
Ex: I want to use the data sheet of Action2 in Action1. |
| Sponsored Links |
|
|||
|
Re: Using datasheet of one action in another
1. It can be done with either a reusable or an external action. Make action2 a reusable action and call it in action1 using "call to existing action." If you use this, you will have to run Action1 as well. So I'm not sure if you are looking for this.
2. Use dtGlobalSheet 3. Add values to Dictionary Object 4. (I think this should also work) Datatable.GetSheet("Action2").GetCurrentRow Last edited by Anshoo_Arora; 01-10-2008 at 02:10 AM. Reason: General Formatting |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pass parameters from one action to another action | JobHelper | C and C++ | 1 | 12-26-2007 06:09 AM |
| How can I add an action (external action) programmatically? | rajaputra | QTP | 0 | 10-31-2007 11:10 AM |
| Using action during run time | Geek_Guest | QTP | 0 | 10-09-2007 11:52 AM |
| Difference between Function, Copy of Action & Externel Action | Geek_Guest | QTP | 1 | 07-31-2007 07:33 AM |
| How is the script linked with datasheet | Geek_Guest | QTP | 1 | 04-19-2007 08:25 AM |