Testing native C++ code with MSVS 2010

This post is also available in: Russian

New Visual Studio gives large amount of futures for managed code testing. This manual gives testing framework overview. Need to add, that it provide ability for creating testing farm and manage tests in different computers  from one work place.

However, nothing provided for testing native C++ code. Microsoft advises use this simple framework, but it doesn’t give mush functions as MSVS 2010 integrated framework gives for managed code development.
IntelliSence doesn’t work for C++/CLI in MSVS 2010 also. Awful!

Leave a Reply

Your email address will not be published. Required fields are marked *