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 |
How do you send email with attachment from outlook using qtp ?
can we run the scripts of qtp 8.2 in the qtp7.0?
If you are using descriptive programming and you have two objects with the same name, so you are identiying them by name and index, how can you avoid errors if a third object with the same name is added at the begining of the page?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
If an application name is changing frequently i.e while recording it has name “Window1” and then while running its “Windows2” in this case how does QTP handle?
How does QTP identifies the object in the application Mainly objectives are three type's OF PROPERTIES namely
h u call the function
What exactly a frame Work means?what are the different type of frameworks done in QTP?why the caption for QTP given as advanced keyword driven?
Among the 3 Recoring modes,Standard, Analog and Low Level. which one is mostly used. I know that Analog id used for Graphs, Digital Signatures and Barcoding. so, which one among the 2?
what is the difference between window command and dialog command
Step 3&4 are repeated until an the object in recognised uniquely.
HOW TO DO THE BATCH TESTING USING QTP?