Viden Corporation Viden Corporation | Selenium WebDriver Training Environment Training Only | 📞 (855) 843-3601 | ✉ info@videncorporation.com

🔬 Selenium Targets

#username · #password · #login-btn · #remember-me
Valid creds: student@test.com / selenium123
Wrong creds: triggers #login-error message
✓ Logged in successfully! Welcome back.
or sign in with email
Please enter a valid email.
Password is required.
Forgot password?

Don't have an account? Create one

🔬 Selenium Targets

#reg-firstname · #reg-email · #reg-password
#reg-gender-m · #reg-newsletter · #reg-country
#reg-submit triggers validation; #reg-success appears on success
✓ Account created! You can now log in.
First name is required.
Please enter a valid email.
Please select a country.
Password must be at least 8 characters.
Passwords do not match.
=
Incorrect answer. Please try again.
You must accept the terms.

Test Credentials

RoleEmailPassword
Studentstudent@test.comselenium123
Adminadmin@test.comadmin456
Invalidbad@test.comwrong

What You Can Practice

  • send_keys() on text inputs
  • click() checkboxes & radios
  • Select class on dropdowns
  • ✓ Form validation messages
  • ✓ Password strength meter
  • ✓ Math captcha challenge
  • ✓ Tab switching
  • ✓ Success/error state assertions