Top "Robotframework" questions

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

How to trim or strip white spaces from a String while using Robot Framework

How to trim or strip white spaces from a String while using Robot Framework If I have a string " Hello …

automated-tests robotframework
Is there a way to get Robot Framework to run test suites in a certain order?

Suppose I have 2 test suites in the local directory, foo and bar, and I want to run the test suite …

testing robotframework
How to make multi-lines test setup or teardown in RobotFramework without creating new keyword?

I need to call two teardown keywords in test case but must not create new keyword for that. I am …

testing automation robotframework
Variable Declaration and Initialization in Robot Framework within a Test Cases block

I tried to Declare and Initialize a variable in Robot Framework using Selenium platform. But I'm getting an Error Keyword …

robotframework
How to print variables values in Robotframework log

I have a RF test and I need to print the variables values, not the name. I am trying with "…

robotframework
How do you log messages onto console in Robotframework? Is there any keyword?

How can i log messages onto console in Robot framework, when I use the log keyword, it gets logged onto …

robotframework
Robot Framework Text Field Clearing and Inputting

I am automating a web page using Robot Framework. The page has unusual text fields that receive automatic input (not …

input automation textfield robotframework selenium2library
Error: Opening Robot Framework log failed

If I open any .html file that generated by Robot Framework and try to convert it in any other format(…

javascript python robotframework
How to load a json data file into a variable in robot framework?

I Am trying to load a json data file into a variable directly in Robot Framework. Can anyone please elaborate …

json robotframework
How to resolve this error "No keyword with name 'and' found"

When I execute this keyword, 'No keyword with name 'and' found error is displayed. Test this keyword [arguments] ${YearDiff} ${MonthDiff} …

robotframework