Conditional Content |
---|
| product: (cpptest) |
---|
| product: (cpptest) |
---|
sv-attr:0A01020401598D973E6641760F8AF4E5 | 0A01020401598D973E6749C5267CE6FE |
---|
|
C/C++test |
DTP Engine allows you to run unit tests created in open source unit testing tools and report results to DTP. The following unit testing tools are currently supported:
Conditional Content |
---|
| product: (cpptest) |
---|
| product: (cpptest) |
---|
sv-attr:0A01020401598D973E6641760F8AF4E5 | 0A01020401598D973E6749C5267CE6FE |
---|
|
- Google Test
- CppUnit
- CppUtest
|
Visit the Parasoft Marketplace (http://marketplace.parasoft.com) for additional unit test tool integrations.
Conditional Content |
---|
| product: (cpptest) |
---|
| product: (cpptest) |
---|
sv-attr:0A01020401598D973E6641760F8AF4E5 | 0A01020401598D973E6749C5267CE6FE |
---|
|
The functionality consists of two modules: - a module that extracts and reports unit test case execution results,
- a module which annotates code coverage results to associate test cases with code coverage to evaluate the quality of a particular unit test or collection of tests.
Integrating C/C++test with a testing infrastructure requires minor modifications of the existing test harness code. |