Tag «msvs2010»

Testing native C++ code with MSVS 2010

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 …