Just wonder what professional test tools you recommend for developing a php/MySQL software (web) from scratch?
We have a legacy php/MySQL software which is written from scratch (don’t use any framework.). We’re still adding new features over it, but one change often cause other problems.
So we want to enhance tests. What do you suggest to enhance tests, and what test tools and procedure you recommend? Or just share what you’re doing for code test or code quality control/assurance.
Our current test is that after developer finish a bug, move to a user to test. Because the user is not a IT professional, it often has problems immediately after the fix moved to the production.
any feedbacks are welcome. Thanks.