This repository contains the following:
- test_cases.xlsx - Test cases for the test task
- feature - Feature directory has the test suites and the automation scripts to execute them
Package requirements: Python2.7, splinter, lettuce
The test cases are automated using lettuce and splinter. Feature directory has:
- Feature files written using Gherkin Language. These feature files describe the test case steps and the expected behaviour
- The steps.py file helps in executing the steps illustrated in the feature file