How to add multiple values in rows, under a single column of
a run time datatable?
Answers were Sorted based on User's Feedback
Answer / uday
datatable.GetSheet(1)
For i=1 to 5
datatable.SetCurrentRow(i)
datatable.Value(1,1)=i
Next
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / saff
BY importing the data from external excel sheet
1) first addsheet
2) importheet from excel to the local datatable
datatable.addsheet(tagretsheet)
datatable.importsheet sourcefile,sourcesheet,targetsheet
or else
u can manualy give the values into the shhet
datatable.value(parametername,sheetname)=parametervalue
| Is This Answer Correct ? | 5 Yes | 13 No |
What is the quicktest professional testing process?
what is active screen,keyboard view?
We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
where do you define the objects as regular expression when u are using regular expressions.
why should we give deliver good quality software?
why the smart identification is not there in WinRunner
When u ll use Record Button in QTP?Is VB script is Mandatory in QTP? What is Meaning of Frame("v1")?
What is User defined function in QTP
how to test use the quality control .how to verify the image verification
What is quicktest professional window?
can any body tell me all of the release dates of QTP?????..... thanks in adv!