PHPUnit - Database testing
Posted: Mon Aug 31, 2009 4:46 am
HI,
I'm newbie to testing. I have been using PHPUnit for my PHP web application. I could test my webpages with selenium-RC. Can I test on database ? Say, I have products table, if there is any filter (category wise, title wise) in my webpage which would filter products by category & title. How can I test this filter is working properly or not? This is just sample case, I have many cases in my web-application.
If PHPUnit is not efficient for database testing, could anyone suggest you the efficient test tool.
I'm newbie to testing. I have been using PHPUnit for my PHP web application. I could test my webpages with selenium-RC. Can I test on database ? Say, I have products table, if there is any filter (category wise, title wise) in my webpage which would filter products by category & title. How can I test this filter is working properly or not? This is just sample case, I have many cases in my web-application.
If PHPUnit is not efficient for database testing, could anyone suggest you the efficient test tool.