Delv
testRigor
Getting Started Guide

How to Use testRigor

A practical guide to get you up and running with testRigor. Written by Delv Editorial, Delv Team.

Getting started with testRigor

After reading this guide, you'll be able to set up your testRigor account and create your first automated tests using plain English commands, streamlining your testing process without needing coding skills.

Step 1: Sign up and set up

  1. Go to the testRigor website.
  2. Click on the "Get Started" button located at the top right corner.
  3. Fill in the required information, including your name, email address, and password.
  4. Confirm your email address by clicking the link sent to you.
  5. Log in to your new account.

Step 2: Your first test

  1. Once logged in, click on the "Create Test" button on your dashboard.
  2. Select the type of test you want to create: Web, Mobile, or API.
  3. In the text box, type your test instructions in plain English. For example, "Go to the homepage and click on the login button."
  4. Click the "Run Test" button to execute your test.
  5. Review the results displayed on the screen. You can see whether each step passed or failed.

Step 3: Get better results

  1. Use specific commands for better accuracy, such as "Verify the title is 'Welcome'" or "Check that the button is visible."
  2. Add assertions to your tests by clicking the "Add Assertion" button after each command. This ensures that your tests check for specific outcomes.
  3. Organise related tests into suites by clicking "Create Test Suite" and adding your tests for easier management.

Pro tip

Use the "Test Templates" feature to save common test structures. This allows you to quickly replicate tests without having to rewrite instructions from scratch.

Common mistake to avoid

Avoid using overly complex language in your test instructions. TestRigor works best with simple and clear commands. If your instructions are too complicated, the AI may misinterpret them, leading to failed tests.