Hacker News new | ask | show | jobs
by finspin 3084 days ago
I would recommend automating these kind of tests using a test framework. If you do it right, the scripted tests will also serve as a documentation. Look into tools like Robot Framework, Cucumber etc.
1 comments

Ah thanks. Cucumber is quite close to what I had in mind.