Is Robot Framework based on Python?

Is Robot Framework based on Python?

No, you should know that the robot framework is not based on Python but instead, it’s platform-independent, Eventhough you can implement the core framework using python, it would also be running on IronPython(.NET) and JPython(JVM). The data to be tested is in an extremely easy-to-edit format while the process would start as the framework goes on to process the test data while generating reports and logs.