Skip to main content

Testing STATUS

To run existing STATUS tests, follow the steps below.

important

Beforehand, the system must be properly installed and configured.

Download and Install Postman

To download Postman, follow these steps:

  1. Go to the official Postman website: Click here.
  2. Select the appropriate version for your operating system (Windows, macOS, Linux) and click the download button.
  3. Once the file is downloaded, follow the installation instructions for your operating system.

Download Test Files

To download the test files, click the link below and save the file to your computer. The test files are in JSON format and can be imported into Postman:

Import a Test Collection in Postman

Once you have installed Postman, you can import a test collection by following these steps:

  1. Open Postman.
  2. Click the Import button in the top left corner.
  3. Select Upload Files and locate the test collection file on your computer.
  4. Click Import to import the collection.

Run a Test Collection in Postman

Once you have imported the test collection, you can run it by following these steps:

  1. Select the test collection in the left sidebar.
  2. Click the Run button in the top right corner.
  3. Verify that the test collection is selected and click Run [collection-name].
  4. Postman will execute the tests and display the results.