Introduction
- Robot Framework → generic test automation for acceptance testing
- Acceptance test-driven development (ATDD)
- Utilizes keyword-driven testing approach
- Provide test libraries implemented (Python or Java)
- Users can create new higher level keywords from existing ones
- Not much programming is required
Pre-requisites
- Selenium
- Robotframework
- pip install robotframework
- Robotframework Selenium Library
- pip install robotframework-seleniumlibrary
- In Pycharm, install plugin :
- IntelliBot #patched (the updated version as of 2022)