Top "Robotframework" questions

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

Return two values in Robot Framework

Is there a possibility to return two variables in Robot Framework? ${result1}, ${result2}= MyKeyword doesn't work.

function variables return automated-tests robotframework
Get Type in Robot Framework

Could you tell me about how to get the variable type in Robot Framework. ${ABC} Set Variable Test ${XYZ} Set …

python automated-tests robotframework
execute robot keyword from python using robotframework api

Writing complex robot keywords in robot language is sometimes very time consuming because robot language is not a real programming …

python testing robotframework
Jenkins pipeline and Robot Framework results

I had to implement a Pipeline and trying to find a way, how to publish Robot Framework results in Jenkins …

jenkins robotframework jenkins-pipeline
How to use extra arguments passed with Variable file - Robot framework

In Robot Framework user guide there is a section that describes how to pass variable files and also some possible …

python robotframework
How to check if file got downloaded from browser using selenium2library

Can someone help me How to check if file got downloaded from browser using selenium2library,RobotFramework.In my current …

selenium-webdriver robotframework selenium2library
Importing test library 'RequestsLibrary' failed: ImportError: No module named RequestsLibrary Traceback

I am hitting HTTP service using Robot. But it is showing me the following issues No keyword with name 'Create …

python-2.7 httprequest robotframework web-api-testing
RobotFramework: Maximum limit of started keywords exceeded

I'm new to RobotFramework and I'm trying to do a simple test. Print an "Hello world" using Log keyword and …

java testing jython robotframework atdd
Mac OSX - IllegalStateException: The driver is not executable:

Im new to Mac OSX. Downloaded my Robotframework(Selenium & Java) project from git and tried to execute the code …

java macos selenium selenium-chromedriver robotframework
How to force Robot Framework Script return successfully from the shell with "exit 0"

When using Jenkin plugin for Robot Framework, the instruction stated that we need to force robot framework script return successfully …

robotframework