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 can I change object description or check point values in qtp?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
How to Test the mainframe application?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
what frame work you are following?
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
what is vmodel?advantages and disadvantages of vmodel?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
What are output values and why they are used ?
Who uses qtp tool?
What is the quicktest professional testing process?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process