This project contains a simple test application that checks the HTTP status codes, response content, and headers of a backend service.
-
Make sure Python is installed.
-
Navigate to the project folder.
-
Run the following command to install the required dependencies:
pip install -r requirements.txt
This test application makes HTTP requests and verifies the responses. Some example test scenarios include:
- Checking the HTTP status code.
- Verifying the response content contains specific text.
- Validating the headers.