pythonAutomationProject

This is a very simple automation project using python

About the test strategy applied on this project

All information regarding the test strategy for this project is available in the testStrategy.txt file

Requirements

To run those tests you will need the following packages

  • pip - Python pip

Dependency Install

To get all dependencies run:

$ pip install -r requirements.txt

Running Tests

To run all test cases do:

$ python alltestssuite.py

or

$ python alltestssuite.py --html

For a HTML report named AllTestReport.html