
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
- Go to the testRigor website.
- Click on the "Get Started" button located at the top right corner.
- Fill in the required information, including your name, email address, and password.
- Confirm your email address by clicking the link sent to you.
- Log in to your new account.
Step 2: Your first test
- Once logged in, click on the "Create Test" button on your dashboard.
- Select the type of test you want to create: Web, Mobile, or API.
- In the text box, type your test instructions in plain English. For example, "Go to the homepage and click on the login button."
- Click the "Run Test" button to execute your test.
- Review the results displayed on the screen. You can see whether each step passed or failed.
Step 3: Get better results
- Use specific commands for better accuracy, such as "Verify the title is 'Welcome'" or "Check that the button is visible."
- Add assertions to your tests by clicking the "Add Assertion" button after each command. This ensures that your tests check for specific outcomes.
- Organise related tests into suites by clicking "Create Test Suite" and adding your tests for easier management.