Automated testing framework?

How can I automate web application testing?

What are some frameworks that I can use to write scripts that will run automatically / on demand and indicate success or failure?

+3
source share
3 answers

You can use Selenium or PHPUnit

+2
source

We set the hook with SVN so that PHPUnit runs on the commit.

I would suggest that you can do the same with git / CVS or any other version control you use.

0
source

Microsoft framework , , Visual Studio 2010.

TFS .

-2
source

All Articles