testRigor Blog

Weekly QA Testing Knowledge

How do You Resolve Object Not Found Error in UFT?

In Unified Functional Testing (UFT), exceptions are events that occur during test execution. These errors are triggered when the application behaves differently than expected, leading to test script failure. So, UFT provides a mechanism to handle these exceptions so that the test execution continues even if these unexpected situations occur. We will discuss one common …

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 ...
1 3 4 5 8