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 to Insert transactions in QTP?
Plz send one Tracebilitymatrix example? Anybody working on Realtime QTP Plz give contact deatils?
How to supress warnings from the "Test results page"?
After geting the modules where we generate the script ie in qtp or notpad ?
What is Associate Repository in QTP 9.2 ?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
How we can merge the object repositories?say if we have two or three object repositories then how e can merge them? is there any option in Qtp to merge the object repositories
What are Error handling other than Recovery scenario manager?
How to get line numbers in your editor in expert view?
How to open a new test using quicktest professional (qtp)?
Where you can store check point results?
Take a situation when you are working with QTP, suddenly system has crashed.so you again start the system. My questyion is how can QTP directly opened when the system desktop appears.