I wonder if there are any good / possible ways to automate - for a unit test perhaps - a human-dependant action on an eCommerce website?
For example, could I have a macro or a script to simulate "can user put items in basket?" or "can user reach the payment gateway?".
I am currently managing a very heavily used eCommerce codebase and would like to be able to quickly verify that any changes I implement are not going to goof things up for the end user.
Comment is free ;-)
[codebase is PHP by the way]