Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to use selenium web driver for testing forms that requires user to be already signed in?
for example, i have a student management system which contains both MS and BS Students.
System provides functionality of "Registering Courses" which requires user to be logged in and this page content would depend on whether the student is from BS or MS.

If i directly open that registration page it would show an error and ask for login. Is there a way, e.g. cookies, to keep state of system? I'm using Junit for testing.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900