This is a QA engineering example. Please perform the following steps:
- Fork this repository
- Create a new branch
- Implement a simple interaction test with Selenium against espn.go.com.
- Your test should navigate to NFL > Scores link, click on it, and validate the browser is now on a page titled "NFL Scoreboard".
- Create a pull request and include instructions in the summary on how to run the test and replicate your results.
- Setup your fork for continuous integration and for running Selenium using Travis-CI and SauceLabs and then update this README (in your fork) so it includes the Travis build status image.
- Read the instructions thoroughly, reading comprehension is a large part of the evaluation.
- Emailing source files or executables will not be accepted, refer to tip #1.
- An ideal submission will demonstrate how to use the Page Object pattern.
- Naming conventions are extremely important for maintainable code. A strong submission will adhere to the standard conventions of the language you choose to use, for example the standard Java conventions.