The Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD).
Is there a possibility to return two variables in Robot Framework? ${result1}, ${result2}= MyKeyword doesn't work.
function variables return automated-tests robotframeworkCould you tell me about how to get the variable type in Robot Framework. ${ABC} Set Variable Test ${XYZ} Set …
python automated-tests robotframeworkWriting complex robot keywords in robot language is sometimes very time consuming because robot language is not a real programming …
python testing robotframeworkI had to implement a Pipeline and trying to find a way, how to publish Robot Framework results in Jenkins …
jenkins robotframework jenkins-pipelineIn Robot Framework user guide there is a section that describes how to pass variable files and also some possible …
python robotframeworkCan someone help me How to check if file got downloaded from browser using selenium2library,RobotFramework.In my current …
selenium-webdriver robotframework selenium2libraryI 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-testingI'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 atddIm new to Mac OSX. Downloaded my Robotframework(Selenium & Java) project from git and tried to execute the code …
java macos selenium selenium-chromedriver robotframeworkWhen using Jenkin plugin for Robot Framework, the instruction stated that we need to force robot framework script return successfully …
robotframework