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
How to find the name of the machine where you are running your automation scripts in qtp?
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
What is the difference between Keyword Driven test and Data Driven test?
What are the steps involved in the recovery scenario wizard?
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
How is test case write?
In qtp, explain what is qrs file?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
In qtp, how you can use xpath to identify objects?
Write a script to verify font style and color of a windows object using descriptive programming
How to use output values in qtp ?
Is it possible to call win runner script in qtp?
What are the properties you would use for identifying a browser and page when using descriptive programming?