Skip to content

Creating a New Test

Once your Repository is set up, you can create your first test. Here are the options you need to consider:

  • Type: Specify the type of your test case (e.g., Acceptance, Regression, etc.)
  • Run Mode: Choose whether the test will be run manually or automatically

create-test-form

If you have already created a suite, you can select it as the location for your new test case.

When creating your test, ensure to fill in the following fields:

  • Title: Provide a descriptive title for the test case
  • Description: This is an optional field, but adding details about the purpose of the test case can be helpful
  • Status: Select the current status of the test from the provided options

create-test-form-status

Out of the Repository Section you can trigger the execution “run” of your test cases by clicking the icon “Run this test” - further you will always be displayed the latest status of the execution of this Test Case.

test-run-button