Refactoring the RestAssured.Net code with Claude Code
A developer documents using Claude Code AI to refactor the RestAssured.Net library, focusing on improving code structure and maintainability.
A developer documents using Claude Code AI to refactor the RestAssured.Net library, focusing on improving code structure and maintainability.
Explores the differences between manual testing and automation, focusing on testability, tooling, and real-world challenges like infinite scroll.
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.
Explains how to effectively test web application forms by focusing on interaction with browser controls, not the browser itself.
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.
A free 6-hour technical web testing course is now available on YouTube, covering fundamentals and practical techniques.
A podcast episode discussing the concept of 'automatability' in test automation, featuring answers from a BrowserStack community Q&A session.
An experienced freelance consultant shares strategies for finding clients in a challenging market, focusing on technical consulting and test automation.
Using AI to convert Chrome DevTools recordings into WebDriver Java code for test automation, exploring an open-source alternative to commercial tools.
Using the free OpenCode AI agent with Grok to automatically generate Page Objects and WebDriver test code in Java, leveraging Chrome DevTools for locators.
A guide to refactoring basic Selenium WebDriver tests in Java into robust, production-ready automation using JUnit and the Page Object Model.
An overview of the Software Test Pages, a free web application for practicing technical web testing, automation, and learning web technologies.