This is a website automation test for Autobahn Sign Up page. This automation is using cypress for the framework. https://autobahn.security/signup
- Open a Terminal
- Clone this repository
- Execute cypress with command :
./node_modules/.bin/cypress open - This will open Cypress window
- Click on
autobahn_signup_page.cy - See the result
This automation consist of 4 scenarios :
- Autobahn Sign Up Page : Verify Elements are Present. To verify basic element of the pages are present such as : main attributes of the page, login option, term and privacy, as well as make sure the users are unable to signup when the fields are empty.
- Happy Path. To execute basic E2E functionality of the pages. It tested with 2 different account and checked the password eye lash perfectly worked.
- Test Email Field. To verify the format of the email must be valid.
- Test Password Field.
To verify those 6 criteria of the password are functioning, as well as make sure user has to submit a correct password.
- at least 8 character
- one uppercase letter
- one lowercase letter
- one number
- one special character
- no empty space
Akbar Muhammad https://www.linkedin.com/in/akbar-muhammad-58b825155/
