|
|
CocoIssuing time:2022-11-04 16:07 Coco is a multi-language code coverage tool that automatically detects source code tomeasure test coverage for statements, branches, and conditions. No changes to the application are required. Automatic detection is used to measure and report test coverage for functions, statements, andconditions in the application code. Coco is also suitable for safety-critical systems and can be used to comply with safety regulations in industries such as automotive, medical, aerospace electronics, railways, or others. When a test suite is executed against the tested application, data is generated for later analysis. This analysis helps understand how much of the source code is covered by tests, identify additional tests that need to be written, and observe how test coverage changes over time, among other insights.
Coco Applicable Scope • Suitable for all testing methods -Unit Testing -Automated Testing -Manual White-box Testing -Black-box Testing Coco Architecture
Coco Principle - Step 1: Recompile Integrate Coco's inspection tools into the code.
Coco Principle - Step 2: Execution Conduct tests; any type of test is acceptable.
Coco Principle - Step 3: Analysis Coco performs real-time analysis of test scenarios and generates report data.
Coco Principle - Step 4: Report View the report in the Coverage Browser.
PrevTest Center
NextSquish
|