I need help testing! :)
I work at a small webdev company and am responsible for the quality of our applications.
We build e-commerce sites every now and then, and since our customers rely on the site to make money, the have to be completely bug free. Sadly, we've had issues with that in the past and we're looking to tighten up our testing procedures.
I'm wondering if anybody has any advice on how exactly you would go about testing something like this. Whether it would be all done by hand, or automated, with something like Selenium? Or some other method.
Our applications are always LAMP (Linux, Apache, MySQL, PHP). They are never incredibly complex, except in some cases processing credit cards, calculating shipping costs, discounts, etc. things can get pretty hairy.
Any recommendations?
Thanks!