Skip to content

jaxzin/fizzbuzz-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 

Repository files navigation

fizzbuzz-selenium

This is a QA engineering example. Please perform the following steps:

  1. Fork this repository
  2. Create a new branch
  3. Implement a simple interaction test with Selenium against espn.go.com.
  4. Your test should navigate to NFL > Scores link, click on it, and validate the browser is now on a page titled "NFL Scoreboard".
  5. Create a pull request and include instructions in the summary on how to run the test and replicate your results.
  6. 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.

Tips

  1. Read the instructions thoroughly, reading comprehension is a large part of the evaluation.
  2. Emailing source files or executables will not be accepted, refer to tip #1.
  3. An ideal submission will demonstrate how to use the Page Object pattern.
  4. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published