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 |
I am struggling to understand QTP more from descriptive programming point of view. Is it easy to learn good QTP in South india by good faculty than north india? I found a great lack of institution in here. can you suggest me better instituion. I am holding two years of experience in same company, is there possibility in south india for me?
How To write script in QTP For Field Validation Example: password Field is accepting A range 8-20 characters only.How to write script?
1. Which function is used to check whether the specified object property achieves the specified value within the specified timeout below anyone is correct 1. Check Property 2. getToproperty 3. output Pls anybody can give the answer.. Thanks in advance...
How to use the object spy in quicktest professional (qtp) 8.0 version?
How can I use the value retrieved by OUTPUT VALUE check point as Input for other Actions?
How to build scripts that access data from external sources?
Dear Friend, I am New in QTP 10 so can any one tell me how to do QTP testing on WEB APPLICATION while writing VBScript. If Possible then Give Example how to write vbscript in QTP to test WEB Apllication. Vishal Patil
Wht are the BY default Add-ins in QTP 9.2 version and what all are differences between 8.2 and 9.2
Tell me few important difference Between QTP and WinRunner?
How we can add actions in the test using QTP?
How to retrieve data from application objects?
How can we count the no of rows are available in a data table ?