I want to check in the data table(Globalsheet) column exist
or not through script .If column not exist only proceeded
to next step Pls tell me how to proceeded?
Answer Posted / rajaputra
Try for this,
Val = DataTable("UserId", dtGlobalSheet)
If val=false Then
msgbox "Parameter does not exist"
Else
msgbox "Parameter exists"
End If
| Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
what the difference between shared repository and per action repository?
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
Get the count of files of similar types from a folder.
can anyone tell me from where i can download qtp demo or crack version
Can you list some technologies that support qtp?
when a test case is written how u test using qtp
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
if numbers are always changing write a script for that
What are the different types of recording modes?
How to find the length of the string in qtp?
Explain sub procedure of vbscript.
What is the short cut keys for the following?
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
Explain the concept of object repository and how qtp recognises objects?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?