asafsilman / testbuilder

Testbuilder framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TestBuilder

Build Status codecov Code Health

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

Installing Instructions

  1. Install python > 3.7
  2. (optional) Create virtual environment virtualenv -p <Python3.7Path> env
  3. Install requirements pip install -r requirements.txt

Running unittests

Run command python -m testbuilder test

About

Testbuilder framework

License:Apache License 2.0


Languages

Language:Python 100.0%