CSV Comparing and Testing with Python
This Repository provides a python code utility to make CSV for Comparing Testcases with Expected Result. This also is integerated with pytest framework to give a HTML Report for making changes further into testcases.
Features:
- Create CSV files with expected result and testcases
- Compares and stores rows/columns with python
- Comparison is still successful even if order is different for columns
- Json Validation
- Json Order is also compared and sorted to give successful result
- pytest framework to assert testcases and generate reports (i.e. HTML)
Requirements:
- Python 2.7
- pip
- pytest-framework