Micro Focus QTP (UFT) Forums

Full Version: Run Settings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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)
Hi,
You have to set the "Action Call Properties" for each action if you are using the multiple data in different actions...
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)
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