I am testing a website and initially I login to the website and then I move around within the website and check the links and buttons.
But since all the pages are available only after I login, I have to login for each and every page I want to check. I wrote the login code in the setup() method and then for each page I have written 1 method
When I run the code, for executing each method I have to login each time.
Is there any way where I can login only once to the website and then move around the other pages without logging each time..?
Amit Hanchinamani
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________ Jwebunit-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jwebunit-users
