How can we check whether a particular sheet loaded (existed)
or not in Data Table.
Answer Posted / ramana vanteru
For the above answers, i would like to add somemore info,
In datatable, after adding a sheet, we can get the sheet
count with the following script..
Ex: datatable.addsheet("New_sheet")
msgbox datatable.getsheetcount
Note: "getsheetcount" will give us the no.of sheets present
in the datatable.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do I get the QTP scripts result in xml format by using vb script function?
How to modify object property in qtp ?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
describe some problems that u had with automating testing tool?
What are the factors on which script execution time is dependent?
What is quicktest professional?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
There is an excel file of 1 to 100 sheets how you will iterate through it?
Which functionalities of QTP used in banking project?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
Write a QTP script to enter a keyword in to Google search engine?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
When do go for loop condition in test?
What is environment variable in qtp and why to use it?
What is a reusable action?