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 test scheduling?
what are the limitations of automation testing?
Have you used xml check point in your project? How?
Problem with XML checkpoint in QTP ?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
How to supress warnings from the "Test results page"?
hi,which is the best book to refer QTP 9.2 and Faq's.
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
Hi Friends, while playing the recorded test i am getting this error "Cannot identify the object "q" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application." error is coming in this line of code "Line (2): "Browser("Google").Page("Google").WebEdit("q").Set "airtel broadband"". " .... please tell me how to overcome this problem. need help asap... Thanx in advance
Why QTP is termed as a Record and Playback tool?
If you use low level recording,what objects will be recorded in Object Repository and what properties?
How to Analyze the Checpoint results with Standard Checpoint ?