- Robot framework
- Selenium Library
- Python
- Pabot for parallel execution
- run all test cases using : robot .\testscases\*.robot
- run with tags : robot --include=smoke .\testcases\*.robot
- run with multiple tags : robot -i smoke, -i sanity .\testcases\*.robot
- run test cases parallel : pabot --processes 2 .\testscases\*.robot