Top "Robotframework" questions

The Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD).

How to pass command line arguments (test data parameters) in Robot framework

I want to run my test case with multiple test data (for different countries). Can this be achieved in the …

python-2.7 selenium robotframework
Looping through the content of a file in RobotFramework

How can I loop through the contents of a file within Robot Framework? My file contents would be like this: 1001 1002 1003 1004 …

robotframework
How to check if a text is in web page in Robot Framework and Selenium

I'm currently creating an automation test for a website and I want to check if a text(s) is in …

selenium selenium-rc robotframework
How to write xpath based on element's text in Robot Framework?

I am using the Robot Framework and Selenium2Library The button has a text of "Save" and there is nothing …

selenium xpath selenium-chromedriver robotframework selenium2library
Pass variables from one test case to another in Robot framework (Global variable)

I have one test suit with two test cases. I have one same-name variable between the two test cases, let's …

python-2.7 global-variables automated-tests robotframework
How to stop Robot Framework test execution if first testcase FAIL?

As shown in below robot file, I have three testcases. I want to stop the test execution, if TESTCASE1 fails. …

robotframework
Upload a file in browser using Robot Framework Test

I'm writing Test Cases using Robot Framework and Selenium for my Web application. I tried to Upload a file, but …

selenium pycharm robotframework filechooser selenium2library
If Else-if in Robot Framework

I want get value from a Keyword by using else if. Example: String text = "" If variable > 5 text = "one"; else …

python-2.7 testing if-statement automated-tests robotframework
How do you add tags to data-driven tests in Robot Framework?

I am trying to add tags to data-driven tests in Robot Framework. I have created keywords for the templatized tests …

robotframework
Write to robot framework console from Python

I am a newbie using python and I wanted to ask for your help in showing me how can I …

python console robotframework