Robot-Framework
Robot-Framework copied to clipboard
Test Scripts demonstrating different features of Robot Framework with Detailed Blog Articles. (check readme)
Robot Framework
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.
How to Start
- Clone the project
- Import the Project in PyCharm
- Run
robot -d Results Tests/TestName.robotto execute a single Test. Runrobot -d Results Teststo execute all Tests. - Go to
Resultsfolder to get the HTML Reports.
Blogs written
- 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