Micro Focus QTP (UFT) Forums
QTP and Powerbuilder - " General Run Error" in 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: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: QTP and Powerbuilder - " General Run Error" in parametrization (/Thread-QTP-and-Powerbuilder-General-Run-Error-in-parametrization)



QTP and Powerbuilder - " General Run Error" in parametrization - guttustand - 10-06-2009

Hi Guys

I am using QTP 10 ( demo version ) to record an application in Powerbuilder 10.In the application, the test is to record different order quantity for a same product, for this I have used the parametrization ( global sheet ) for a edit box .I have given two quantities in the global sheet. I have made the action to run according to the number of rows.

while playing the script, it takes only the first value,during the second iteration, it is not taking the second value instead it is using the first value

Can anyone help me in figuring out how can I rectify the same?


RE: QTP and Powerbuilder - " General Run Error" in parametrization - Saket - 10-06-2009

How did you made the action to run as your number of rows?
have you set the Run property to 'Run on all rows'?


RE: QTP and Powerbuilder - " General Run Error" in parametrization - sumanth.sqa - 11-21-2010

Use Datatable.SetcurrentRow(row#) to handle programatically, you can use a loop for multiple iterations.