Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 937 Bytes

ProcessWithoutTest.md

File metadata and controls

22 lines (12 loc) · 937 Bytes

ProcessWithoutTest

What condition does this detect?

This rule checks that all processes should have at least one test file

This is a Process rule - the rule will test each process of the application

Why is this condition important?

Unit Testing is a critical part of any development software. We should leverage of the out of the box unit testing capabilities TIBCO BusinessWorks™ has to make sure our developments are working and also to ease the process to any evolution of the process without breaking the old behavior or add unexpected bugs

How to fix it?

Define Unit Test Cases for each of the process inside your development

How do I use this rule?

The rule is enabled by default. To disable it if unwanted, clone the default "BW6 Quality Profile" quality profile and then disable the rule.


< Return to Rules list | << Return to main README file