The Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD).
I want to run my test case with multiple test data (for different countries). Can this be achieved in the …
python-2.7 selenium robotframeworkHow can I loop through the contents of a file within Robot Framework? My file contents would be like this: 1001 1002 1003 1004 …
robotframeworkI'm currently creating an automation test for a website and I want to check if a text(s) is in …
selenium selenium-rc robotframeworkI am using the Robot Framework and Selenium2Library The button has a text of "Save" and there is nothing …
selenium xpath selenium-chromedriver robotframework selenium2libraryI 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 robotframeworkAs shown in below robot file, I have three testcases. I want to stop the test execution, if TESTCASE1 fails. …
robotframeworkI'm writing Test Cases using Robot Framework and Selenium for my Web application. I tried to Upload a file, but …
selenium pycharm robotframework filechooser selenium2libraryI 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 robotframeworkI am trying to add tags to data-driven tests in Robot Framework. I have created keywords for the templatized tests …
robotframeworkI am a newbie using python and I wanted to ask for your help in showing me how can I …
python console robotframework