Get up and running Robot Framework in 10 minutes
Robot framework is an extensive and widely used test automation framework which (along with RIDE) gives you an easy to use and easy to navigate interface and neat style IDE to its users. It has huge support for a variety of external and internal libraries for keywords support, using which user can develop new high-level keywords using the existing one. Since Robot is an open source verily used framework you can find its detailed documentation from GITHUB (( https://github.com/robotframework/robotframework )) to know more about it. (It’s not just detailed but good to understand as well). In this article, I’ll share ‘How to setup Robot framework & RIDE IDE to write and execute your testcases in an easy and tabular manner’. To setup and configure the Robot framework correctly you will be needing installation of the following software and tool. 1. Python. 2. Iron Python. 3. Robot Framework. 4. Element Tree. 5. RIDE. 6. WX