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 / garywu
Public Function existColumn(byval Sheetname,byval ColumnNum)
paramcount = DataTable.GetSheet
(Sheetname).GetParameterCount
If ColumnNum>paramcount then
existColumn=False
else
existColumn=True
End If
End Function
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
what is the difference between built-i function and In-built function?
desribe a situation where u faced a stressful situation and how did u cope with it
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
how will you check how many members visited the website www.infosys.com?
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
What is debugging? How you debug your script?
Explain hybrid framework with advantages and disadvantages?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
Explain the qtp test phases.
Why we load add-ins in qtp?
Is it possible to use two instances of UFT on the same machine? If not why?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19