Micro Focus QTP (UFT) Forums
Run Settings - 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 Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Run Settings (/Thread-Run-Settings)



Run Settings - anbarasu - 10-26-2009

Hi,
I have created 3 actions named login, submitform and logout. Then i parameterized for 2 users. How can i define run settings to executed the action
Iteration I
Login - first user given in the data sheet of Login
Submit form - by filling the values given in the data sheet of submit form
Logout (no parameterization)

Iteration 2
Login - Second user given in the 2nd row of login
submit form - by filling the values given in the 2nd row of submit form data sheet
Logout


RE: Run Settings - niranjan - 10-28-2009

1) If using Global Action sheet: Global Run time settings --> Run on All rows
2) If using Local Action Sheet: Action Run time settings --> Run on all rows

I am presuming that you are using Global Data Sheet, so use 1)


RE: Run Settings - venkatbatchu - 10-28-2009

Hi,
You have to set the "Action Call Properties" for each action if you are using the multiple data in different actions...


RE: Run Settings - anbarasu - 10-28-2009

Hi,

Option 1 works well, On setting as per option2, the execution flow was action1 executed twice then
action2 executed twice then
action3 executed twice not in the expected order (action1->action2->action3 with the values from row1 then action1->action2->action3 with the values from row2)


RE: Run Settings - venkatbatchu - 10-28-2009

Just set the "Run one Iteration only" in "Action call properties" for action 2 and action 3
Then it will run as u expect..
Let me know if u need any information apart from this