Test Cookbook


  1. Preface
    • Introduction
  2. Common Automation Concepts
    • Assumption Styles
    • DRY
    • Gherkin
    • JSON-Schema
  3. Bash
    • Bash
    • SHPEC Testing
    • SHPEC and Curl
  4. C
    • Unit Test with CMOCKA
  5. C++
    • Setting up CMake for Google Test
    • Unit Test with Google Test
  6. Clojure
    • Unit Test with Clojure
  7. Go
    • Test with Go
  8. Groovy
    • Testing Jenkins Job-Dsl
  9. Java
    • Intro to Gradle
    • Intro to Maven
    • JUnit
    • Cucumber & Selenium
  10. Javascript
    • First NodeJS Project
    • Jasmine
      • Jasmine within a Browser
    • Cucumber JS
      • Cucumber + Chai
      • CucumberJS + Selenium
    • FrisbyJS
    • Galen Framework
    • Tiny Validator v4
  11. PHP
    • PHPUnit
    • PHPUnit + Selenium
  12. Python
    • Lettuce
    • Lettuce + Selenium
    • Robot Framework
    • JSON Schema Validation
  13. Ruby
    • RSpec Unit Tests
    • Cucumber + Ruby
      • Cucumber Data Tables
  14. Rust
    • Rust Unit Tests

PHPUnit Selenium on Github