Blog - page 15
Explore older entries from the archive.
Explores Google's concept of Engineering Productivity (EP), defining it as enabling development teams to own quality through tools and guidance. Covers EP goals (speed, quality, stability), responsibilities (shift left/right, frameworks, speed), and roles (TE, SET, SRE, TestOps, PO).
Read moreDemonstrates Rest-Assured integration tests using various free endpoints from jsontest.com, covering GET requests (IP, date, echo, cookie, headers) and POST requests (MD5 calculation, JSON validation).
Read moreExplains headless browser testing benefits for CI, focusing on Google Chrome's native headless mode (v59+). Provides a Java/Selenium/FluentLenium demo showing how to enable headless mode via ChromeOptions and run a simple AJAX test.
Read moreA basic tutorial on using Chrome DevTools to find and test CSS selectors for Selenium automation, covering inspect element, copy selector, and console verification ($$), with examples and a Java/FluentLenium demo.
Read moreRecommends essential software testing books, emphasizing 'why' over 'how'. Includes: How Google Tests Software, Team Geek (collaboration), Thinking Fast & Slow (cognitive biases), Continuous Delivery (pipelines/releases), and Agile Testing/More Agile Testing (tester's role in Agile).
Read more