9 ms·
Ask HN: Web UI testing framework with visual editor
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!
- ilovefood 11y agoI use Selenium extensively, I am currently working on my own framework to do just this. Best,
- viktorbenei 11y agoThanks, I'll definitely give Selenium a try!