testRigor Blog

Weekly QA Testing Knowledge

Are Unit Tests a Waste?

If you’re someone in the tech industry, even if not a software engineer, then you must have heard about unit testing, seen your team members do it, done it yourself, or are eager to learn to do it. A popular type of testing, unit testing scrutinizes the very units that build the application. These units …

Test Orchestration in Automation Testing

Every organization now aims to release high-quality products and services. To achieve this, the QA team should be dynamic and ...

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 ...

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 ...
1 37 38 39 88