• Guidelines for writing good selenium specs
  • What should NOT be tested with selenium
  • Standards and Conventions
  • Selector best practices
  • Selector examples: (bad example => good example)
  • PostgreSQL selector example: (bad example => good example)
  • ID, CSS, and other selenium type examples (most common uses)
  • Helper methods that should be used
  • Context / Describe
  • Selenium Spec File Standards (Common Example)
  • Other random selenium advice