This is a very simple example of a Selenium JUnit framework
To run tests:
mvn clean test
Tasks:
- Add descriptive message to the assertion
- Get the test to pass
- Update the tests to use your own names or some other names of your choice
- Make sure both first and last name is correctly typed in
- Assert that the following string appears on Receipt after submission
You are now subscribed to our service.
- Try find the elements using locators other than ID, for example: CSS, Class Name, XPATH
- Try to run the tests from a different browser eg. Firefox