testRigor Blog

Weekly QA Testing Knowledge

How to Test That an Element Does Not Have a `hidden` Attribute in Playwright?

You may have come across certain UI elements on webpages that are otherwise not visible but suddenly appear when performing some action on the page. For example, a dropdown menu might be displayed when a user hovers over a parent element. If you check the Document Object Model (DOM), you’ll see that these elements are …

How To Use AI To Make Your Jest Testing Smarter?

Artificial intelligence (AI) is like this huge tree, ever-growing and constantly impacting all those around it. Pick any field ...

How to resolve Error: No Tests Found in Playwright?

Playwright is quite popular for end-to-end testing. However, sometimes we might get stuck with Error: No Tests Found. This ...

UnknownMethodException in Selenium: How to Handle?

As we know, the exceptions in Selenium are used to handle any unexpected situation while executing the test scripts. So, these ...

What is UnsupportedCommandException in Selenium?

Exceptions in Selenium are types of errors that occur during the test execution. These exceptions are thrown when Selenium ...

How to Handle SecurityError in Playwright?

You might have encountered security errors in Playwright testing when accessing a website with an invalid SSL certificate. In ...

FileChooserError in Playwright: Why does it Occur?

Have you ever tried to grab a toy in the claw machine seen in gaming arcades? Trying to align the claw to land perfectly on the ...
1 3 4 5 7