The document discusses testing practices at startups. It notes that startups often don't test due to time and cost constraints. This can lead to issues in production and higher risks. The author's company uses behavior-driven development (BDD) to write automated tests alongside development which helps documentation and catches errors earlier. They employ cross-browser testing, track test coverage, and have an automation suite to help reduce risks compared to not testing.
Related topics: