Robot Framework is an open-source test automation framework for acceptance testing and ATDD (acceptance test driven development).

learn more… | top users | synonyms

1
vote
2answers
140 views

Robot Framework and Browser support

Has the robot framework support for IExplorer or only for Firefox and Chrome? (If yes, how to configure it?) Thanks!
1
vote
2answers
107 views

How to know if a checkbox is selected when using robot framework

I am using robot framework. How can I test if a checkbox is selected? I want to run a keyword if a checkbox is selected like: ${checked} = Checkbox Should Not Be Selected ...
1
vote
0answers
74 views

Robot Framework Integration

We have a project which uses Robot Frameworh 2.7.7 and we are using HP-QC fpr bugtracking Is possible to integrate robot Framework with HP Quality center?