datatable.Import("E:\Programming Samples\QTP
Samples\OrderNumbers.xls")
Asume we have 4 records in datatable
Code reads the 4 rows in the sheet ok, but does it 5 times?
It doesn't sound like closing the datasheet is the problem
Can we close the datasheet runtime ?
Answers were Sorted based on User's Feedback
Answer / nath .t
u have entered 5 records in datatable. may be u have
deleted after one record but u have n't deleted the row
that's why it's taking 5 times. if u delete what u have
removed data row then it will run 4 times only.
| Is This Answer Correct ? | 1 Yes | 0 No |
Because the iteration counts needs to be set "run one iteration only" under run settings. If you have set it to "run on all rows". It will loop the run based on no of rows available.
| Is This Answer Correct ? | 0 Yes | 0 No |
3 differences between QTP & Winrunner?
What is the difference between call to existing action and copy of an action?
write script to read and write data from file ?
Give me some real time point of way where exactly we can conduct audits?
1.what is test automation life cycle?
Does Low-level recording capture mouse movements?
How do you test siebel application using qtp?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
how will u do database testing in qtp? how will u do the same with descriptive programming?
How to handle dynamic objects in QTP?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
What is the Difference between Environment variable and Globle variable,.. anybody can give me answer..Thanks in advance...