Hacker News new | ask | show | jobs
Ask HN: Web UI testing framework with visual editor
3 points by viktorbenei 3958 days ago
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!

1 comments

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!