Ask HN: Web UI testing framework with visual editor

3 points by viktorbenei ↗ HN
I'm looking for a web UI testing framework which has a (stable, mature) editor to "record" these tests.

Ideally I'd like a tool which works similar to Xcode 7's new UI testing feature: you can visually plan/record your tests and it generates the required code on the way.

Do you know about a tool like this, or even better, do you use a tool like this for Web UI testing?

Much appreciated!

2 comments

[ 2.5 ms ] story [ 23.5 ms ] thread
I use Selenium extensively, I am currently working on my own framework to do just this. Best,
Thanks, I'll definitely give Selenium a try!