Posts: 54
Threads: 24
Joined: Jul 2008
Reputation:
0
08-19-2008, 11:59 PM
I am using a data table with multiple rows. When the test completes I would like the test to do something at the end. Right now if I put a command at the end of the test it is executed after EACH row and I do not want that. I need some sort of condition so when the test completes the command is excuted.
Posts: 38
Threads: 4
Joined: Jul 2008
Reputation:
0
08-20-2008, 01:32 PM
Hi Anna,
You can do that by adding the functions you need to execute at the end of the loop.
By the loop, i mean the loop you use to go through the different rows in the datasheet.
Posts: 54
Threads: 24
Joined: Jul 2008
Reputation:
0
08-20-2008, 05:40 PM
(This post was last modified: 08-20-2008, 08:00 PM by somisays.)
Hi,
I do not use a loop. I just put stuff in the table and the script runs automatically. Any other ideas?
Posts: 85
Threads: 36
Joined: May 2008
Reputation:
0
08-20-2008, 05:45 PM
Hi Anna,
you must divide your test in 2 actions, the first with the datatable (setting the action call properties on 'run on all rows'), and in the 2nd action the last commands.