News

The robot framework is platform-independent, Although the core framework is implemented using python it can also run on JPython(JVM) and IronPython(.NET). Robot Framework is a generic open source ...
Add a description, image, and links to the robot-framework-tutorial topic page so that developers can more easily learn about it ...
Robot Framework is a free open-source automation framework that is extensively used in test automation. The keyword-driven testing technique is used in robot framework. Python is an object ...
Python Installation: Robot Framework is implemented using Python, so you need to have Python installed on your system. From the official Python website, python.org, you may download and install Python ...
IDEs like Pycharm already provide extensions for Robot Framework development. One given advantage of Robot Framework is the native usage of Python code as a usable keyword inside the tasks on the fly.