Tips for getting coding agents to write good Python tests
Tips for using AI coding agents to generate high-quality Python tests, focusing on leveraging existing test suites and patterns.
Tips for using AI coding agents to generate high-quality Python tests, focusing on leveraging existing test suites and patterns.
Tips for using AI coding agents to generate high-quality Python tests, leveraging existing patterns and tools like pytest.
A software trainer reflects on running two technical workshops in 2026, covering Behaviour-Driven Development (BDD) and contract testing with Pact in Java.
Author announces their accepted tutorial on improving Playwright code at the EuroSTAR 2026 software testing conference in Oslo.
Author announces a new course on test automation strategy, focusing on achieving valuable feedback quickly and avoiding common pitfalls.
Introduces an open-source, agentic approach to end-to-end testing that records user interactions to reduce flakiness and maintenance.
A review and refinement of the five fundamental pillars of test automation, emphasizing core principles over fleeting tool trends.
An introduction to mutation testing, a technique for evaluating the quality and trustworthiness of automated test suites by deliberately injecting faults.
Explores using test-specific equality (Eq) instances in Haskell to simplify unit test assertions for complex data types that lack built-in equality.
Applies the 'less, but better' design philosophy to test automation, arguing for quality over speed and quantity of tests.
An experienced freelance consultant shares strategies for finding clients in a challenging market, focusing on technical consulting and test automation.
A guide to implementing a retry strategy for flaky Android tests, including clearing the database between retry attempts.
A guide to configuring a Gitlab CI/CD pipeline job that fails when new code commits cause a decrease in overall test coverage.
A developer's battle against flaky tests, explaining their impact on productivity and the journey to identify, fix, and prevent them.
A guide on how to test Angular components using the new Signal APIs with Angular Testing Library, covering input properties and setup.
A guide to creating an effective automated testing strategy, covering evaluation criteria like certainty, speed, and maintainability with a practical use case example.
A guide to using Zod schema validation with Playwright for robust API testing, focusing on response shape over content.
A guide to implementing the Page Object Model design pattern for test automation using the Maestro framework with YAML syntax.
Author shares results of live integration tests for the vdirsyncer rewrite against real CalDav servers like Baikal and Nextcloud.
Explains Playwright's built-in test retries, auto-waiting locators, and explicit Retry API for custom conditions in test automation.