I am trying to parametrize a table in my application. I am very new to the QTP.
I have to enter "n" rows every time which has 3 fields. I got this data from an Excel sheet to the datatable.
Example:
In the application there are the following fields.
Total miles, trip miles, total gallons
1) 12345 , 12340, 1234
2) ....... ........ ......
...
...
...
10)
.
.
n)
So in this way, a user if logs in may enter "n" no of data for one time. This "n" rows should be updated in the application.
So how should i write the script.
Thank you.
I have to enter "n" rows every time which has 3 fields. I got this data from an Excel sheet to the datatable.
Example:
In the application there are the following fields.
Total miles, trip miles, total gallons
1) 12345 , 12340, 1234
2) ....... ........ ......
...
...
...
10)
.
.
n)
So in this way, a user if logs in may enter "n" no of data for one time. This "n" rows should be updated in the application.
So how should i write the script.
Thank you.