Tag TestAutomation

How to Wait For API Response in Selenium WebDriver 4?

An element might be visible on the page, but that doesn't mean it's ready for interaction. For example, a dropdown built on top of an API response will always be present on the page, but its values will only populate once the API call completes. Adding a wait to check for the presence of the dropdown won't ensure that the values are ready for selection.

Why QAs Are So Adamant?

We QAs are so adamant about owning automated tests. Why do we think that automated tests should be solely owned by us? I’ve spoken to many QAs, and they all have their own opinions. Many believe they can’t rely on…

Cookies in Gatling: A Comprehensive Guide

Cookies in Gatling is one of the most discussed topic as testers struggle to retrieve the cookie value for debugging. In this blog post, there are various examples explaining different ways to enhance cookie debugging in Gatling test.