anselm_nog
11 years agoOccasional Visitor
Creating a loop to login into a application multiple times
Hi,
Im new to test complete and im trying to create an automated test that logins into the application multiple times, approximately 50 to 70 times.
I have recorded using the Keyword test, that takes the username password and clicks on the login button. This is successful and the Items are displayed in the test pane. Now I want to add the For loop and a variable to loop the login for 50 times.
I add the For Loop from the Statements and the end of all the other items and give the following values -
Loop variable = n/a
Start value = 0
End Value = 50
Step =1
But this does not loop. It only runs for one iteration.
What am I doing wrong over here?
Kindly help
Anselm.