Test automation running smoothly
A tool to hide the complexity of tests under automation-friendly convenience wrapper. Project is licensed under Apache 2.0 License.
Just install it using PyPi:
pip install bztMore detailed instructions for Linux, Mac OS and Windows available here.
Create a file named test.yml with following contents:
---
execution:
  concurrency: 10
  ramp-up: 1m
  hold-for: 1m30s
  scenario:
    think-time: 0.75
    requests:
      - http://blazedemo.com/
      - http://blazedemo.com/vacation.htmlThen run bzt test.yml. After the tool finishes, observe resulting summary stats in console log (more reporting options here). All artifact files from the run will be placed in the directory mentioned in console log. Read more on command-line tool usage here.