Hi,
I try to test a login page.
I've a Login action, filling username and password using global datatable
It is followed by a logout action (just a logout click)
I'm able to check good login/pwd pairs but how to manage bad login/pwd?
I mean when bad username/password pair is provided an error message is provided (this is normal) so test for this pair should stop. So how can i stop it without rrying to call logout action ?
thanks,
I try to test a login page.
I've a Login action, filling username and password using global datatable
It is followed by a logout action (just a logout click)
I'm able to check good login/pwd pairs but how to manage bad login/pwd?
I mean when bad username/password pair is provided an error message is provided (this is normal) so test for this pair should stop. So how can i stop it without rrying to call logout action ?
thanks,