CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2009
    Posts
    2

    Integration test

    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?

  2. #2
    Join Date
    Jan 2006
    Location
    Singapore
    Posts
    6,765

    Re: Integration test

    I usually use the unit test framework for integration testing as well.
    C + C++ Compiler: MinGW port of GCC
    Build + Version Control System: SCons + Bazaar

    Look up a C/C++ Reference and learn How To Ask Questions The Smart Way
    Kindly rate my posts if you found them useful

  3. #3
    Join Date
    Jun 2011
    Posts
    35

    Re: Integration test

    Quote Originally Posted by laserlight View Post
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured