02-09-2009, 02:55 PM
Hi Friends,
I have created two action.
1 Login
2 Insert Flight order.
In first action I an parameterizing Login
In second action i am parameterizing Fly From dates.
But before going for second login, it should run all Fly from dates.
For this i am inserting below line after last line of second action.
RunAction Insert Flight order, AllIteration
but insted of getting different dates from datatable,it is accepting first date and the the code is executing continusly.
My aim is i want to first login with any user, insert the order for different Fly dates and run this whole test for different login user.
Hope you guys help me
Thnks in advance
I have created two action.
1 Login
2 Insert Flight order.
In first action I an parameterizing Login
In second action i am parameterizing Fly From dates.
But before going for second login, it should run all Fly from dates.
For this i am inserting below line after last line of second action.
RunAction Insert Flight order, AllIteration
but insted of getting different dates from datatable,it is accepting first date and the the code is executing continusly.
My aim is i want to first login with any user, insert the order for different Fly dates and run this whole test for different login user.
Hope you guys help me
Thnks in advance