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