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:
- Go to the official Postman website: Click here.
- Select the appropriate version for your operating system (Windows, macOS, Linux) and click the download button.
- 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:
- Open Postman.
- Click the Import button in the top left corner.
- Select Upload Files and locate the test collection file on your computer.
- 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:
- Select the test collection in the left sidebar.
- Click the Run button in the top right corner.
- Verify that the test collection is selected and click Run [collection-name].
- Postman will execute the tests and display the results.