how to get column count in datatable
Answers were Sorted based on User's Feedback
Answer / raju
colcount = datatable.GetSheet(Sheet name).GetParametercount
using above GetParameterCount u can get how many columns in
Datatable.
| Is This Answer Correct ? | 20 Yes | 8 No |
Answer / vishakha
ColCount = DataTable.GetSheet(dtGlobalSheet).GetParametercount
msgbox colcount
OR
ColCount = DataTable.GetSheet(1).GetParametercount
msgbox colcount
| Is This Answer Correct ? | 3 Yes | 5 No |
When do go for loop condition in test?
what is the mediater between qtp and application/project in automation testing?
What is the Dynamic Scenario in QTP? And also anybody give the example for this?
how we can know qtp has used smart identification machanism during the execution.
Explain how you can find length of array in qtp?
How to write business scripts using object repository with different scenarios
What is the syntax to call one action in another?
explain abt dyanamic changing object with example?
how to associate object repository during runtime in qtp
hello all i need some good sites or blogs which give info abt vb script with examples n real time scenarios.just like tutorials as i m new to qtp n vbscripting. its urgenttt
how to retrieve data from flight resevation->reports
if there is two login button in your page, how you know that this login button is correct for login .