Afsal Backer·Jul 24, 2025Contract testing for GraphQL: A beginner’s guide with Pactflow, Playwright and TypeScriptHave you ever deployed your frontend only to have it break because the backend team changed an API field? Or spent hours debugging…A response icon1A response icon1
Afsal Backer·Aug 23, 2024Regression Testing Without the Headaches: A Practical GuideRegression testing is a fact of life for software developers. It’s the only way to know that your new code hasn’t messed up something that…
Afsal Backer·Apr 14, 2024Integrating Custom Test Attributes in HTML for Test AutomationIn the realm of web development, ensuring that applications not only meet their functional requirements but are also robust and bug-free is…
Afsal Backer·Feb 5, 2024Access Playwright Trace Viewer & Reports Online via Amazon S3Running Playwright tests on a CI platform is a great way to ensure the reliability of your web application. However, managing the generated…A response icon2A response icon2
Afsal Backer·Dec 13, 2023BrowserStack Automate vs BrowserStack Live: Which Works Best for Your RequirementsIn today’s fast-paced digital landscape, ensuring the functionality and compatibility of web applications across various browsers and…
Afsal Backer·Jul 9, 2023How to Measure the Business Value of Test AutomationTest automation is a key element of software development that aids in enhancing the efficiency and effectiveness of software testing…
Afsal Backer·Mar 10, 2023Playwright vs. Cypress: Key DifferencesPlaywright and Cypress are two popular end-to-end testing frameworks used for web application testing. Playwright is a newer, open-source…
Afsal Backer·Jan 14, 2023Playwright vs. Selenium: Key DifferencesPlaywright and Selenium are both test web applications. Playwright is a newer, open-source tool developed by Microsoft, while Selenium is…
Afsal Backer·Aug 28, 2022A Simple API Test Automation Setup Using Newman, GitHub Actions and SlackIn my previous article, we have seen how to set up Selenium and GitHub actions integration to perform UI automation testing. In this…A response icon1A response icon1
Afsal Backer·Apr 8, 2022Introduction to QAOpsSoftware product companies are always in a never-ending race to deliver better versions of their products to customers. But accelerated…