Robot Framework is an open-source test automation framework for acceptance testing and ATDD (acceptance test driven development).
1
vote
0answers
69 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?
1
vote
1answer
83 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
1answer
124 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!