Hi All,
@samson . I have done the same settings , I split the login action as one - Action 1_1 and account creation as Action 1_2.
For Action1_1 - Action call properties- One Iteration only
For Action 1_2 - Action call properties - Run on all rows.
Note: Login details are not in the data table. They set as constants in the script.
When I run the test .. I happen to see login page every time an iteration ends. I even noticed that due to these settings only one row in the datatable is executed/retrieved on every iteration. Implies same record is created every time QTP runs next iteration.
Was there a mistake in my settings??
Regards
Swetha
@ Srikanth
My datatable is in global sheet.
How do I declare this statement :- For i=1 to Datatable.GetSheet("AccountCreation").GetRowCount??
Could you be more clear on the explanation please.
Thanks
Swetha
@samson . I have done the same settings , I split the login action as one - Action 1_1 and account creation as Action 1_2.
For Action1_1 - Action call properties- One Iteration only
For Action 1_2 - Action call properties - Run on all rows.
Note: Login details are not in the data table. They set as constants in the script.
When I run the test .. I happen to see login page every time an iteration ends. I even noticed that due to these settings only one row in the datatable is executed/retrieved on every iteration. Implies same record is created every time QTP runs next iteration.
Was there a mistake in my settings??
Regards
Swetha
@ Srikanth
My datatable is in global sheet.
How do I declare this statement :- For i=1 to Datatable.GetSheet("AccountCreation").GetRowCount??
Could you be more clear on the explanation please.
Thanks
Swetha