Gosh, Pat.'s blog

  1. How many assertions per test?

    Thu 22 April 2021

    One assert should handle most cases but >1 is fine too.

  2. No Recycled WebDrivers

    Mon 15 March 2021

    This is one place you don't want to recycle.

  3. Quotes and stuff from "How Google Tests Software" (Part 2)

    Tue 30 April 2019

    I've collected some of my favorite quotes from "How Google Tests Software".

  4. Quotes and stuff from "How Google Tests Software" (Part 1)

    Tue 23 April 2019

    I've collected some of my favorite quotes from "How Google Tests Software".

  5. Testing dynamic JSON

    Wed 10 April 2019

    Testing JSON data where the schema doesn't always include the same fields can be tricky at first.