PinnedPublished inDev GeniusHow can we manage Payload and Response without writing POJO class in Java with Rest-Assured?For any API test automation project that uses Java and Rest-Assured, I would like to share how I handle payloads and responses.Dec 12, 2022Dec 12, 2022
PinnedLet’s develop a low-code or even no-code test automation project togetherI am pleased to present to you a test automation project I prepared myself with the assistance of Mert Mansuroglu.Oct 28, 2022Oct 28, 2022
What is GitHub Actions Matrix Strategy?The GitHub Actions matrix strategy is a powerful feature that allows you to run the same job across multiple combinations of variables —…Apr 10Apr 10
Managing Environment Variables and Test Data in Test Automation: The Key to Reliable CI/CD…One of the biggest challenges in test automation is managing environment-specific configurations. Hardcoding values such as:Mar 4Mar 4
Mastering Swipe Gestures in Mobile Testing with WebDriverIO and AppiumMobile testing is always tricky, especially when dealing with touch gestures like swiping. Whether you’re using WebDriverIO or directly…Feb 26Feb 26
From Pixels to Insights: How I Built an OCR-Powered UI Test in TypeScriptDiscover how I leveraged OCR with Tesseract.js to automate UI testing for dynamically rendered text and error messages in TypeScript.Feb 21Feb 21
Understanding the CI/CD and Software development proccess as a QAIn the software development lifecycle, Quality Assurance (QA) plays a crucial role in ensuring that the code delivered is reliable and…Sep 10, 2024Sep 10, 2024
What is the Selenium Service BuilderThis process causes time wasting. If you have a lighter test project that let’s say includes 100–200 tests this time can be afforded. But…Jun 13, 2023Jun 13, 2023