Hi,
I'm looking to implement regression testing of my web apps before I release them.
Simply put, I'm looking for something that could do the following:
- record tests via a web browser using something like selenium
- load those tests into an app
- make my required logic/feature changes
- run test scripts
- view test status (pass/fail)
- fix broken tests
- rinse and repeat
I'd like a QA person who has minimal coding skills to be able to do the above. This is in addition to coders doing their own lower level regression and unit tests.
Any ideas?