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


Please Help Members By Posting Answers For Below Questions

Hello friends..... On which areas of an application we can not test with QTP

1561


What VBScript operators, functions, and statements do you use in QuickTest Professional?

2173


What are main panes available in qtp test browser?

543


Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks

1900


When ‘option explicit’ keyword is used in qtp?

750






An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?

661


hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career

1933


Is it possible to split an action? How?

662


Where you are storing your script?

637


Name the properties you would use for identifying a browser and page when using descriptive programming?

528


How to modify the text checkpoint?

619


wht type of User defined functions or Java Releated functions do we write in VB scripting

1833


What is the latest version of qtp?

589


What is test object model in quicktest professional?

626


What is checking bitmaps?

556