Testbuilder is a automation test framework. It is a robust framework that is adaptiable and configurable for a number of use case scenarios such as
- Regression Testing
- Integration Testing
- Performance Testing (including the following)
- Soak Testing
- Load Testing
- Stress Testing
- Install python > 3.7
- (optional) Create virtual environment
virtualenv -p <Python3.7Path> env
- Install requirements
pip install -r requirements.txt
Run command python -m testbuilder test