How to add multiple values in rows, under a single column of
a run time datatable?
Answer Posted / 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 |
Post New Answer View All Answers
How many lines of code in each script of QTP?
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
What is an object repository?
Can we run test with out adding object in object repository? How it is possible?
How you create new action in qtp?
can i compare two databases using QTP ?
What are the types of object repositories? Which one is you are using?
Which environments are supported by hp qtp?
Why script error occur in between recording in qtp?
Explain the concept of object repository?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
How to check bitmap output value?
What is Port testing. Whhen will you perform?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
What is the difference between per-action and shared?