how do we add a new sheet to data table in QTP?
Answer Posted / aparna
In two ways we can create data table
1)By creating different actions in test we can create data
table for that action.
2)Dynamically we can create data table as
datatable.addsheet <sheet name>
The created sheet called as virtual sheet and we can call
it in any action by using
datatable.getsheet "sheet name" method
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
Which environments are supported by hp qtp?
How many types of status are there?
what function you write to do database testing with the help of qtp?
How many types of object repository in qtp?
Explain different recording modes?
How to use parameterization in qtp?
is it possible to add sheets to excel at runtime
What is the difference between per-action and shared?
Suppose I want fail that check point? How can you do that?
what is the hierarchy to use properties in descriptive programming
If created one virtual object? Next time I changed the window position will it work?
How can i check items sorted or not in a weblist ? Give me the script for this...
HOw to add the recovery file at runtime to the test file .