Configuring a JUnit test run

After you added the test resources that contain the Maven project with the JUnit tests to the server project, you can configure a Junit test run on HCL OneTest Server.

Before you begin

  • Ensured that you are assigned a role as a Project Owner or Tester in the project. See Managing access to server projects.
  • You must ensure that the JUnit extension on HCL OneTest Server is enabled when you configure a test run.
  • You must have read and completed the tasks mentioned in Test run considerations for JUnit tests before you configure a JUnit test run.

About this task

Important: You can run the JUnit tests only on the default cluster of HCL OneTest Server. You cannot run the JUnit tests on remote agents or remote Docker hosts that are registered with HCL OneTest Server.
After the test runs, you can view the results of the JUnit test in the following formats:
  • Surefire
  • Jaeger trace
  • JUnit XML Report

Procedure

  1. Open the project that contains the test assets or resources that you added from the Git repository, and then click Execution.
  2. Select the branch of the repository that contains the test assets or resources that you want to run.

    All test assets in the selected branch are displayed on the Execution page.

  3. Identify the test asset or resource that you want to run by performing any of the following steps:
    1. Identify the test asset or resource by scrolling through the list.
      Note: You can also identify the type of the asset from the icon that represents the test type as shown in the following table:
      Icon Represents the test asset or resource
      AFT Suite
      API Suite
      Compound Test
      JMeter Test
      JUnit Test
      Postman resources
      Rate Schedule
      VU Schedule
    2. Search for the test asset or resource by entering any text contained in the test asset or resource name in the Search text box.
    3. Create a filter query by using the New filter option by performing the following steps:
      1. Click New filter.
      2. Select an operator, and add a rule, or a group of rules.
      3. Add or enter the relevant parameters and either select or enter the condition and the criteria for the condition.
        You can select a parameter from the following list:
        • Type
        • Test Asset Name
        • Test Asset Path
        • Last Result
        • Next Run
        • Components
      4. Apply the filter query to filter the assets based on the query.

        The test assets that match the filter criteria are displayed.

      5. Save the filter query by performing the following steps, if you want to reuse the filter query later:
        1. Click Save.
        2. Enter a name for the filter query.
        3. Click Save.
    4. Retrieve a saved filter, if you have saved filter queries earlier by performing the following steps:
      Note: To open the filter query, you must have created and saved a filter query.
      1. Click the Open filters icon Image of the icon..
      2. Select the saved filter in the Filters dialog box.
      3. Click Apply to apply the filter.

        The test assets that match the filter criteria are displayed.

  4. Click the Execute icon Image of the icon. in the row of the identified test asset.

    The Execute test asset dialog box is displayed.

  5. Select the version of the test resources that you want to run by completing any of the following actions:
    • Expand the list in the Version field, find the version of the test resources, and then select the version.
      Use the following details about the version of the test resources that are displayed to identify the version that you want:
      • Commit message.
      • Tags labeled by the user for the version committed.
      • The user who committed the version to the repository.
      • Relative time of the commit. For example, 2 hours ago or 3 days ago.

      The list displays the versions of the test resources committed by all users to the branch in the repository. The versions are arranged with the latest version that is committed, and then followed by the versions committed previously.

    • Expand the list in the Version field, and then search for the version that you want to select by entering a partial or the complete commit message of that version.

      The version that matches the search criteria is displayed and it is selected for the test run.

  6. Select the time for scheduling the test run from the following options:
    • Select Now to initiate the test run immediately after you click Execute.
      Important: Click Execute only after you have configured the other settings in this dialog box.
    • Select Later and configure the date and time for scheduling a test to run at the scheduled date and time.

    The default time for scheduling a run is Now.

    Notes:
    • If you have configured some or all of the settings for the current test run, and you do not want to continue with those settings, you can reset the settings by clicking Reset.

    • If you want to repeat a test run and do not want to use the saved settings from a previous run, you can reset all the saved settings to their default values by clicking Reset.

  7. Enter a label for the test run that helps you to identify the test on the Results page.

    After the test run completes, the label that you entered is displayed for the test under the Labels column on the Results page. After you have created a label, any member of the project can use that label.

    The default value for the Label field is null or an empty field.

    Important: The configuration that you set for the test run in the Execute test asset dialog box is preserved when you run the same test again. Those changes are not visible when another user logs in to HCL OneTest Server. For example, if you created new variables on the server, those variables are available only for you when the same test is run again.

    If you want to run the test immediately or at the scheduled time, click Execute, or continue with the next step.

  8. Click Advanced to make the following advanced configurations:
    1. Enter any JVM arguments that must be passed to the test run at run time in the JVM Arguments field, if applicable for the test.

      You can enter a variable that points to the MAVEN_OPTS property.

    2. Enter the environment variables that must be passed to the test run at run time in the Environment Variables field, if applicable for the test.

      For example, if you have created the JUnit tests by using JDK V12, then you must enter the variable as JDKOTHER and the value as jdkv12, so that the test run uses the JDK in the path /data/junit-ext/jdks/jdkv12.

    Note: You must separate the arguments or variables with a white space when you enter them in the same line or start each argument or variable on a new line.

    The default value for each of the fields for the advanced settings is null or an empty field.

    If you want to run the test immediately or at the scheduled time, click Execute, or continue with the next step.

  9. Click Execute.
    The test run is initiated.

Results

You have configured and either started or scheduled a test run of a JUnit test.

What to do next

You can choose to perform any of the following tasks after you have initiated or scheduled a run: