Click to See Complete Forum and Search --> : Integration test


piotr.zielinski
December 20th, 2009, 09:01 AM
Hey,
I need to do integration test for my software. So do you know any framework supporting integration tests?
Maybe good approach is usage of unit test framework?(for example that built in Visual Studio)?
What do you think?

laserlight
December 20th, 2009, 09:31 AM
I usually use the unit test framework for integration testing as well.

blaurent
August 28th, 2011, 05:17 PM
I usually use the unit test framework for integration testing as well.

That's what we did in my previous company. JUnit for both unit, integration and modular testing.