Top "Robotframework" questions

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

How to write multiple conditions of if-statement in Robot Framework

I have trouble writing if conditions in Robot Framework. I want to execute Run Keyword If '${color}' == 'Red' …

python python-2.7 selenium robotframework
Return results in Robot Framework keyword?

How can I return the results after running a keyword? Example: mykey word [Arguments] input ${results}= getme input But I …

robotframework
IF ELSE in robot framework with variables assignment

I need to execute some keywords conditionally in robot framework, but I dont know how to do it, it does …

python if-statement automated-tests robotframework
How to write a loop while in Robot Framework

I make my first simple test case, and I have one problem. Is it possible write a loop in Robot …

automated-tests robotframework
How to run specific test cases from a test suite using Robot Framework

I am new to Robot and am learning to write logic and test cases. I have a test suite, "mytestsuite.…

python robotframework
Json handling in ROBOT

I have a Json file in which there is a field which I need to edit and save the file …

json robotframework
How to create a custom Python code library for the Robot Framework

I already have Python source files for some custom tasks. Can I create a custom library of these tasks as …

libraries robotframework
How to use User Keyword Arguments with default values in RobotFramework

Can someone explain me how to use default values for optional keyword arguments in connection with data-driven testcases? As you …

robotframework
How to test for blank text field when using robotframework-selenium?

How can I specify blank/empty value for a text field when using the robotframework-seleniumlibrary with a TSV file? For …

selenium robotframework tsv