Test Automation For Web-Based Applications Portnov Computer School WebDriver Training Test Automation For Web-Based Applications Presenter: Ellie Skobel
Day 1 Practice Test Cases
Test Case #A: Valid Login Steps: Go to: http://hrm.seleniumminutes.com Enter the username: admin Enter the password: Password Click the ‘LOGIN’ button Once logged in TEST that you are logged in Verifying the page header: Dashboard Verify the welcome message: Welcome admin
Test Case #B: Invalid Password Login Steps: Go to: http://hrm.seleniumminutes.com Enter the username: admin Enter the password: password Click the ‘LOGIN’ button TEST that you are NOT logged in Verifying the form name: LOGIN Panel Verify the warning message: Invalid credentials
Test Case #C: Invalid Empty Password Login Steps: Go to: http://hrm.seleniumminutes.com Enter the username: admin Do not enter the password Click the ‘LOGIN’ button TEST that you are NOT logged in Verifying the form name: LOGIN Panel Verify the warning message: Password cannot be empty