Hi folks,
I really love testing and building unit tests, but I find it quite annoying having to build tests for a website's workflow.
e.g.
Register -> Check email -> Activate account -> Login
or
Login -> Edit details -> Submit and view profile
manual testing = loads of time + tireing
even when using app such as Selenium, going though each iteration and then having to check emails etc...
Is there some way of performing an array of tests in a more efficient way?
How do you guys do it? :)