Blog / Category: How-to Articles

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

How to perform assertions using testRigor?

Assertions play a critical role in test automation by serving as checkpoints that validate whether a software application behaves ...

How to do visual testing using testRigor?

Visual testing plays a vital role in software testing. If the position of any element or its color has slightly changed, we ...