开发者

automated testing frameworks? [closed]

Closed. This question does not meet Stack Overflow guidelines.开发者_高级运维 It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 8 years ago.

Improve this question

how can i automate testing of a web based application?

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


You can use Selenium or PHPUnit


We have set up a hook with SVN so that on a commit, PHPUnit is run.

I would imagine you could do the same with git/CVS or whatever version control you use.


Microsoft has a awesome framework for generating, coding, and running automated UI tests, which is included with Visual Studio 2010.

You can use TFS to run your tests on demand or in response to a continuous integration.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜