Robot Framework Python Test Automation
Robotframework is a open source keyword-driven test automation framework for acceptance testing and acceptance test driven development. It uses keyword-driven approach for writing the testcases. The capabilities of Robotframework can be easily extended by supporting external tools and libraries which can be developed using various languages such as JAVA, Python. Test engineers can automate UI and API testing using libraries such as selenium and HTTP requests.
Robotframework also supports Behaviour Driven Development (BDD), a process or technique to write testcases in plain text language called GHERKIN that anyone can understand.
Course Outline
- Introduction to RobotFramework Automation tool
- Variables and Keywords in Robot Framework
- Writing first testcase
- Robot Framework UI Automation Testing using Selenium Library
- RobotFramework API Automation Testing
- HTTP Requests Library in RobotFramework
- Python Function Calls from robotframework