Relative Content

Tag Archive for integration-tests

unit/integration testing web service proxy client

I’m rewriting a PHP client/proxy library that provides an interface to a SOAP-based .Net webservice, and in the process I want to add some unit and integration tests so future modifications are less risky.

Difference between functional test and integration test

I am deeply confused the difference. I’ve read so many definitions and they always explain functional test as testing the requirement is satisfied. Well, that’s just rephrasing the name functional test. That doesn’t clarify the difference.