4

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

allnightgrocery
  • 1,382
  • 1
  • 8
  • 15
Sara
  • 49
  • 2

1 Answers1

4

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

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

Community
  • 1
  • 1
Pekka
  • 418,526
  • 129
  • 929
  • 1,058