how do we add a new sheet to data table in QTP?
Answer Posted / noor
To Add a new sheet first we need to give the reference for
the sheet i.e
Datatable.getsheet("sheetname")
//sheet namehere can be global or local//
then add this statement
Datatable.addsheet("sheetname")
If you want to give the column name and its value include
Datatable.addsheet("dtglobal/Action1")"Username","ABC"
Thanks.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
regular expression in qtp standar check point for months from accepting months from january to december only
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
How do you capture tooltip using QTP?
What are the different kinds of test steps?
What are the challenges you faced during you entire life automation ?
Can you brief the hurdles you faced during Automation testing?
Why qtp always start action1 and does not start action?
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.
How many add-ins comes by default with qtp?
How to capture all the data of a webtable, weblist and combolist using QTP?
What is recovery scenario manager? When you go for recovery scenario manager?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?