Robot Framework is a generic open-source automation framework. Robot Framework is open and extensible and can be integrated with virtually any other tool to create powerful and flexible automation solutions. Robot Framework has easy syntax, utilizing human-readable keywords.
- Clone the project
- Import the Project in PyCharm
- Run
robot -d Results Tests/TestName.robot
to execute a single Test. Runrobot -d Results Tests
to execute all Tests. - Go to
Results
folder to get the HTML Reports.
- How to install Robot Framework on MAC
- Folder Structure for Robot Framework
- Writing your First Test in Robot Framework
- How to write user-defined Keywords in Robot Framework
- What are variables in Robot Framework
- How to do conditional testing(If-Else) in Robot Framework
- How to use For Loop in Robot Framework
- How to work with Iframes in Robot Framework
- How to work with Shadow DOM in Robot Framework
- How to switch between multiple Browser Windows in Robot Framework
- Keyboard and Mouse actions in Robot Framework
- How to handle dropdowns, checkboxes and Radio buttons in Robot Framework
- How to perform API Testing in Robot Framework
- How to Upload and Download a File in Robot Framework
- How to Handle Javascript Alert, Confirm and Prompt in Robot Framework
- How to implement Page Object Model (POM) in Robot Framework
- Database Testing in Robot Framework
- Executing Tests using 'Tags' in Robot Framework