The purpose of that check point is
1. To check for each iteration QTP is taking the different login names(as given the data table - 3 iterations).
For this purpose i added Standard check point before the login step.
does your checkpoint is parameterized, i mean does it take the values to compare from datatable?
if so put the checkpoint statement in after the statement for setting the value for username.
Yes. My check point is taking value from data table. I placed it after the user name step as your suggestion. i got the result, But after test run the first iteration was successful and rest of the two were failed.
after the transaction done, i have logged out the current user while recording. i.e in my last step of recording one pop window is there. Is there any problem with that window?
Look, Open up your Object spy, and try looking for each "checkbox" , U'll find that some TOproperties contains the corresponding numeric values like 1,2,3...23,24 which are written corresponding to each checkboxes in the appliation.
U cn use that.
Do not parametrize chekboxes as it can take only On or off.
U have to go for only descriptive programming provided by sanket.
I can see that ur checkpoint is serving no purpose is does not seems to be correct.
These iterations are due the presence of the data on the global sheet, it will show those many number of iterations as the number of the data present in the global sheet.