Replacing automation using Ruby/Watir/RSpec for web app with RF

Hello all,

I have a fairly general question. Is RF a good replacement for automation that is currently using Ruby/Watir to test a web app? I recently took an introduction class on RF on Test Automation University’s website and really enjoyed it, I’m now looking to utilize it to replace my current automation. Any input is appreciated!

If you start a test automation project for a web application, I recommend to look into the robotframework-browserlibrary which is based on playwright.

Check out the instructions in the GitHub repository.

2 Likes