Java Options

Java scenarios have various options available. This document describes each option in detail.

Scenario

Basic

Includes the basic setup to define your scenario:

  • Frameworks: Select JUnit or TestNG if your Java code use any of these testing framewokrs else select None.

  • Source: Either upload all files to Testable or choose to link with a Git repository. If you link to a repository the contents will be cloned onto the test runner when the test starts.

Files

Upload all files required to run your Java code including classes, CSVs, Jars, etc. If you upload a zip file it will be unzipped automatically at runtime on the test runner.

Parameters

Params

Parameterize your scenario and use it across many test configurations . Parameters are passed to your Java program runtime and can be referenced using the System.getProperty("Abc") syntax.

Read more about scenario parameters here.