What is the role of the Run and If keyword in Robot Framework?

What is the role of the Run Keyword and If keyword in Robot Framework?

Hi Dipen,

The Run Keyword and If keyword in Robot Framework is used for conditional execution of keywords. It allows you to specify a condition, and if the condition is true, a specified keyword is executed. This is helpful for creating more flexible and adaptable test cases.