07-16-2015, 11:22 AM
Assuming you have 2 actions say Login and BookTicket. Now if you have to Login once and book two tickets i.e., Login(1 Iteration)-->BookTickets(2 iterations). All you have to do is Add the test data corresponding to bookticket in bookticket action sheet.Now go to action properties of booktickets select run on all iterations radio button. This way Login will be executed once and bookticket twice.Hope this is what you are looking for.