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
what is the difference between the modular framework and datadriven frame work
What is data driver in qtp?
What is expert view in qtp?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
Explain the difference between call to action and copy action?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
Give the syntax to load function at run time.
which type of testing process are you following in ur company? how to recognize a qtp page?
How to analyzing the checpoint results?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
How to use setroproperty?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
Explain QTP using different development techniques ?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
wht type of User defined functions or Java Releated functions Do we write in VB scripting