Micro Focus QTP (UFT) Forums
QTP parametrization - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: QTP parametrization (/Thread-QTP-parametrization)



QTP parametrization - rajuabi2000 - 10-21-2008

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.