
The Login Form bellow will be used for the example project that I will show you.
Our Test Scenario is the following:
- Username field with less than 5 characters and correct password (invalid login)
- Username field with more than 12 characters and correct password (invalid login)
- Username field with 5-12 characters and incorrect password (invalid login)
- Username field with correct login credentials (valid login)
Use the Login Form bellow and keep in mind to apply:
- Page Object Model
- Start creating your own Automation Framework by making Navigation, Configuration and Actions classes
Login Form
Use tab keys to move from one input field to the next.
Leave a Reply