开发者

unit, integration and system tests for PHP applications [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
开发者_开发百科

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 9 years ago.

Improve this question

We were given an assignment to develop a prototype for a customer community. It was suggested PHP as the programming language. (but we're not supposed to actually code it, just a prototype with documentation is required)

I'm wondering what are the best practices/ tools used in Unit testing, Integration Testing and System testing for such a php app

Thanks


In PHP, the big name in Unit Testing is arguably PHPUnit. Related questions:

  • Best way to implement unit testing in PHP
  • What’s the state of PHP unit testing frameworks in 2010?

As for the integration aspect, maybe this question will give you some pointers:

  • Setting up a deployment / build / CI cycle for PHP projects
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜