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 Code for retrieving data fro EXCEL within the QTP forums, part of the Software Testing category; Hi I am working on mainframe application.I know how to parametrize data from excel. My doubt is If I want to parametrize only the second part ie I want to ...
|
|||||||
|
|||
|
Code for retrieving data fro EXCEL
Hi
I am working on mainframe application.I know how to parametrize data from excel. My doubt is If I want to parametrize only the second part ie I want to retieive data like Numb 123456 In the above only I want to parametrize 12345. Numb is static. How could I do that? I tried the following code. It says sysntax error. Window("Browser).WinObject("object name").Type "Numb" DataTable( "NUMB",Global) can u help me? |
| Sponsored Links |
|
|||
|
Quote:
StrVal = "Numb" + DataTable( "NUMB",Global) Window("Browser).WinObject("object name").Type StrVal Regards, Nawab |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Exforsys.com Retrieving XML Data | admin | Web Design | 0 | 05-01-2008 11:41 PM |
| Exforsys.com Using Oracle Database for Storing, Modifying, and Retrieving XML Data | admin | Web Design | 0 | 04-24-2008 10:21 PM |
| ODP.NET - Techniques to Improve Performance while Retrieving Data | admin | ASP.NET | 0 | 04-09-2008 08:01 PM |
| How to pass parameters from excel sheet into an application form through qtp(code) | chundikirankumar | QTP | 9 | 07-16-2007 07:33 AM |
| Code for getting data from excel sheet | JobHelper | WinRunner | 0 | 12-20-2006 07:08 PM |