I’m working with a small team to make web based software. We have modules which are more or less independent pieces of code. While the whole site is not complete, we have a couple modules done, so I’d like to get one of the team members on testing.
My question is: Is there an established testing process, procedure or tools that others utilize? If so, can you share it?
Thanks
You might look into Test-Driven Development as a practice and PHPUnit and Selenium as test tools.