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
What is file database?
hou can we use vb script in qtp could u tell me breafly
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
Explain different types of action in qtp?
Describe function procedure in vbscript.
How to integrate the qualitycenter with qtp
How many types of actions are there in quicktest professional?
what is defenetion of kiran can u tell me plz CVS, SVN
Is it possible to call win runner script in qtp?
How to get popup error message.
What are some test assets and related extensions of qtp?
Diff b/w test scenario's and test Procedures?
What is recovery scenario manager? When you go for recovery scenario manager?
banking project description for software tester
Hi, how can we check or avoid the memory leakage in QTP9.2?