开发者

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

开发者 https://www.devze.com 2023-01-02 16:47 出处:网络
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_开发百科
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

精彩评论

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