Automated testing tool is available for php website.

Discussion of testing theory and practice, including methodologies (such as TDD, BDD, DDD, Agile, XP) and software - anything to do with testing goes here. (Formerly "The Testing Side of Development")

Moderator: General Moderators

Post Reply
amolraj
Forum Newbie
Posts: 1
Joined: Tue May 05, 2009 6:35 am

Automated testing tool is available for php website.

Post by amolraj »

Hi All,
I am facing problem related to testing. Is there any tool available for php website? Please help me it is urgent.
User avatar
Gabriel
Forum Commoner
Posts: 41
Joined: Wed May 06, 2009 8:12 pm
Location: Las Vegas

Re: Automated testing tool is available for php website.

Post by Gabriel »

There are two great choices for unit testing with PHP. SimpleTest and PHPUnit.
Post Reply