News

Robot Framework is a Python-based, extensible keyword-driven automation framework for acceptance testing, acceptance test driven development (ATDD), behavior driven development (BDD) and robotic ...
Robot Framework is a generic test automation framework used for acceptance testing. Based on keyword-driven testing approach. Recommanded for ATTD (Acceptance Test Driven Development). Robot Framework ...
Python programming language has a robot framework that uses external libraries for example selenium for web testing.
Cons: It is not compatible with other python frameworks. All the tests must be rewritten if someone wants to move to another python framework. It is purely based on python programming which requires ...