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
if anyone has idea of the interview procedure in covansys, plz send me a mail?
Name the properties you would use for identifying a browser and page when using descriptive programming?
can u explain relative path architecture framework in qtp?
what is test scheduleling?
Is it possible to change the values of analog recording?
What is test object model in quicktest professional?
how to find that tools work well with ur existing system?
In qtp, explain what is qrs file?
What is ObjectParamater?
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
Is it possible to merge two object repository files in qtp?
How to use debug tools?
Explain different recording modes?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
How to capture all the data of a webtable, weblist and combolist using QTP?