IN EXCEL SHEET OF qtp SUPPOSE I ENTERED 10 NUMBERS RANDOMLY
I HAVE TO GET TOTAL OF TEN NUMBERS IN THE 11 COLUMN USING qtp
GIVE CODE TO IT USING qtp
Answer Posted / laxmi
datatable.ImportSheet "C:\Documents and
Settings\Administrator\Desktop\excel.xls",1,Global
then go to test->settings->run->check run one iteration
radio button
or i= datatable.ImportSheet "C:\Documents and
Settings\Administrator\Desktop\excel.xls",1,Global
for i=1
//body
next
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How you can find the absolute value of the number in qtp?
diff between qtp versions from 8.5
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
Sql questions to find second max salary and how to use joins
What are the different properties of an web object
What is the descriptive programming?
How to handle Java tree in QTP?
What is the architecture of your project? Can any one answer for this question plz........
what are the utilities and drivers
what type of automation is follwed in the project?
How do Parameterization and Data-Driving relate to each other in QTP?
Explain the checkpoint in qtp?
Explain hybrid framework with advantages and disadvantages?
What is Cross browser testing? Does UFT support it?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.