How can we check whether a particular sheet loaded (existed)
or not in Data Table.
Answer Posted / madhulika
On Error Eesume Next
datatable.getsheet("Sheet name")
'Checking error number, if no error then returns 0
If err.count<>0 Then
msgbox "Sheet not available"
Else
msgbox "Sheet available"
End if
On error go to 0
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Where to use function or action?
What are main panes available in qtp test browser?
How to use the object spy in quicktest professional 8.0 version?
Differences between text and test area checkpoints?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
Explain qtp(quick test professional)?
For which type of project the iterative model is suitable?
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
after initiating one project for testing, when exacltly QTP tester role starts?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
How to find array size in qtp?
what type of run time errors you get while you ar edoing rpg program?
In qtp, how you can get the last character from a string?
What is the use of text output value in quicktest professional?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.