Coverage measurement capabilities - Mendix Forum

Coverage measurement capabilities

5

Microflow is not the same as program code, but it describes the logic.
Normally, the completeness of the testing of the program code(logic) is measured by the code coverage measurement tool. Such as djUnit.
We and many of our customers also require similar coverage measurement capabilities for Mendix's microflow.
For example,
- Coverage targets are all Activities and conditional branches in all microflows. 
- Show the percentage of coverage per module and per microflow. 
- It is more useful to show any activities and conditional branches which are not checked.

About coverage(code coverage), please refer to the following site. 
https://en.wikipedia.org/wiki/Code_coverage#Coverage_criteria
 

asked
0 answers