Top "Robotframework" questions

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

Robot Framework - using relative paths to run tests from different directory variations

I am running into an issue with my Robot Framework test suites. I have a simple test structure like this: …

testing automated-tests relative-path filepath robotframework
Create an Empty List and push data in an Iteration using Robot Framework

I need to make a collection which is populated in a loop. So, I need a global collection and I …

selenium pycharm robotframework selenium2library robotframework-ide
Decrement or increment a variable in the robot framework

I just want to decrement the variable N_groups in the last line. This is my robot file: Preconditions - …

variables robotframework
Robot Framework Download File

I use Robot Framework. On my HTML page I have a simple button. When you click on it, it downloads …

html testing download robotframework
Robot Framework get name of current test case

I have a set of test data that is categorized by test case, and I would like to have a …

robotframework
How to feed a list of lists as an argument into a Robot Framework Test Template

I have the template keyword for my "do any combination" test, where ${labels} is a list and ${versions} is a …

list robotframework data-driven-tests
How to run gherkin style test cases in Robot Framework

Is there some configuration setting that I must perform to get Robot Framework (RF) to run Gherkin/BDD style test …

robotframework gherkin
Robot Framework - performing multiple keywords after running keyword if

I am trying to execute multiple keywords if a condition evaluates as true. I tried to do something like this *** …

selenium-webdriver robotframework
How to skip a specific testcase in Robot framework?

In my robot script total 10 testcase are preset under TEST Cases section. Test1 is independent and does not need to …

robotframework
wait until the page is loaded

In Robot Framework, does any keyword in any library implement this? Open Browser and Go To just go to the …

robotframework selenium2library