Python connector for integrating with the qTest Test Management platform using REST APIs.
- Connects to qTest API
- Fetches test cases
- Demonstrates automation integration with test management tools
- Supports automated reporting and test data synchronization
- Python
- REST API
- Test Management Integration
- Okta SSO compatible authentication
config.py Stores API configuration.
qtest_connector.py Handles API communication with qTest.
main.py Runs the example automation script.
requirements.txt Lists required Python packages.
pip install -r requirements.txt
python main.py
This repository contains a generalized version of an internal automation project.
All client-specific details have been removed for confidentiality.