Blog / Author: Hari Mahesh

Monday.com Testing

As of 2023, monday.com has grown to over 225,000 customers globally, operates in more than 200 countries, and executes over 2 ...

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

Azure Testing

Microsoft Azure’s initial focus was on web hosting and data storage, which is ideally suited for web developers. ...

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

How to test browser cookies using testRigor?

For web automation, it is necessary to play with browser cookies often. You may need to set browser cookies to access a few ...
1 19 20 21 22 23 28