Blog / Category: How-to Articles

How to use variables in testRigor?

Using variables while writing test cases is helpful for many reasons. It not only makes your test case more versatile, as you can ...

How to execute test cases in parallel in testRigor?

Parallel execution plays a significant role in End-to-End (E2E) testing for several reasons, mainly time constraints and thorough ...

How to reference elements by UI position using testRigor?

When referring to an element in the DOM, testRigor never relies on unstable XPaths, and it uses testRigor locators instead. ...

How to test QR codes using testRigor?

QR codes have become a game-changer for software applications. Users can access websites, download content, or even make secure ...

How to simulate login action using testRigor?

Login is a crucial aspect of any end-to-end test case. Instead of writing lengthy steps repeatedly, you can use testRigor’s ...

How to generate unique test data in testRigor?

During end-to-end testing, you will require unique test data to validate the accuracy of your test cases. Writing custom ...

How to do Captcha resolution using testRigor?

Many end-to-end test cases involve CAPTCHA resolution, which can derail your automation testing efforts. testRigor is equipped to ...

How to achieve DORA compliance

Digital Operational Resilience Act (DORA) will apply to over 22,000 financial entities and ICT service providers operating within ...

How to use reusable rules or subroutines in testRigor?

We often have a few common steps that we need to execute in most test cases. Writing those test steps again in many test cases ...