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 object state in trigger events,in recovery scenario.write a script to handle this.
how to recall a function in QTP?
What are the check points can be inserted without recording?
anyone can explain about "Smart Identification" in QTP. what is the use of "Smart Identification" ???
What is qtpro? What is quick test pro? What is a quick test professional?
If already everything is tested using White-Box testing, then what is the need of using Black box testing?
how to write scripts in QTP?
What r the different filters in defect in quality center
Can we record using all the modes in a single script? Explanation with example is appreciated
Diff b/n image n bitmap checkpoints?
what is batch run ?
how can we retrieve ten rows from the data table using loop concept?