MB System Test 1: Login Page to Registration Page
This test runs the Login Page to Registration Page scenario. In this scenario the user accesses the Login Page and attempts to login without entering a userid or password. The error message on the page then appears. Finally the user clicks the "Register Now" link to create an account.
| fit.ActionFixture | |||
| start | eg.MBPage | ||
| enter | location | http://localhost:8080/musicBox | Go to Login Page |
| check | title | MusicBox | Check page appears: title is "MusicBox" |
| check | formName | hostLogonForm | Check form name |
| check | linksTo | displayCreateHost.do;jsessionid | Check link to Registration page |
| press | goLoginNoInfo | Attempt to login (click "GO!") without userid/password | |
| check | isError | YES | Verify that Error Message appears |
| press | goRegistration | Click "Register Now" link | |
| check | formName | newHostForm | Check page appears: form name is newHostForm |
| check | isError | NO | Verify that Error Message does not appear. |