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
How to start recording using quicktest professional (qtp)?
How can I import environment from a file on disk?
what are all the fileds present in object repository?
What is text check point and text area check point?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
Why is action split used by qtp?
Define Error Pane of UFT?
how can we do the frame work in qtp
What is the difference between the keyword view and expert view?
Where can I find and view run-time data table?
How QTP support all types of applications (platforms)?
How to use parameterization in qtp?
Explain different types of checkpoints?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
We stored into the objects OR and then write the scripting