Delv
Rainforest QA
Getting Started Guide

How to Use Rainforest QA

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

Getting started with Rainforest QA

In this guide, you'll learn how to set up Rainforest QA and create your first automated test without needing any coding skills. By the end, you'll be able to streamline your testing process and improve your web application's quality.

Step 1: Sign up and set up

  1. Go to Rainforest QA.
  2. Click on the Get Started button on the homepage.
  3. Fill in your details to create an account. You may need to verify your email address.
  4. Once logged in, you'll be taken to the dashboard. Familiarise yourself with the menu on the left side.

Step 2: Your first test

  1. Click on the Create Test button in the top right corner of the dashboard.
  2. Choose Web Test from the options presented.
  3. In the text box, write your test script in plain English. For example, "Go to the homepage and click on the 'Sign Up' button."
  4. Click Save to store your test.
  5. Now, click on the Run Test button to execute it. Watch as Rainforest QA simulates the actions you specified.

Step 3: Get better results

  1. Explore the Test Editor to refine your scripts further. You can add conditions like "If the 'Sign Up' button is visible, then click it."
  2. Use the Test History feature to review previous test runs and identify any issues.
  3. Set up Alerts under the settings menu to notify you of test failures via email or Slack.

Pro tip

Use the Test Library feature to save frequently used test steps. This allows you to quickly assemble new tests by dragging and dropping pre-defined steps, saving you time on repetitive tasks.

Common mistake to avoid

Avoid writing overly complex test scripts. Stick to plain English and simple actions to ensure that your tests are easy to understand and maintain. Complex scripts can lead to confusion and higher chances of failure.