How to run a Test Suite in Robot Framework
In this blog, we will learn how to create multiple test suites in a directory and run them sequentially as well as parallelly.
How to handle multiple windows in Robot Framework
In this Blog, we will learn how to handle multiple windows using the Selenium library in the Robot Framework.
How to Close a Browser in Robot Framework
In this blog we will learn project setup for close browser and how to perform the action for closing a browser.
How to handle radio buttons in Robot Framework
In this Blog, we will learn how to interact with the radio buttons using the Selenium library in the Robot Framework.
How to handle text box in Robot Framework
In this Blog, we will learn how to interact with the textbox using the Selenium library in the Robot Framework.
How to handle alerts in Robot Framework
In this Blog, we will learn how to handle Alerts using the Selenium library in the Robot Framework.
How to handle dropdowns in Robot Framework
In this Blog, we will learn how to interact with the dropdowns using the Selenium library in the Robot Framework.
How to handle checkbox in Robot Framework
In this Blog, we will discuss how to interact with the checkbox using the Selenium library in Robot Framework.
How to handle Web Tables in Robot Framework
We can use various keywords available in Robot Framework to perform various actions on a web table that has sortable data.
How to run a Skip Test in Robot Framework
In this Blog, we will discuss, Project setup to run Skip Tests and Perform the Required actions on Skip test.