testRigor Blog

Learn about test automation, codeless testing, and AI

Headless Browser Testing: When and How to Use It?

In automation testing, we try to reduce the execution time as much as possible. To achieve that, usually the parallel execution count is increased. But still, the tests are executed in traditional web browsers, which consumes more time to load and execute the scenarios. This is where headless browser testing emerges as a game-changer. In …

Mocks, Spies, and Stubs: How to Use?

Mocks, Spies, and Stubs are three different types of test doubles that we use in software testing. These are mainly used in unit ...

Micro-frontends Automated Testing: Is It Possible?

Micro-frontends have considerably evolved the design and development of modern web applications. They extend the concept of ...

Effective Error Handling Strategies in Automated Tests

Let’s say you’ve chosen your test automation tool, done your homework, and managed to write test scripts. Everything ...
1 8 9 10 63