Skip to main content

Can a possibility be created to categorize unit tests. For example to group by  module (calculation, financial). This will help to effectively check whether the quality of a module is still sufficient after adjustments.

It could also help to quickly execute a seperate module (financial) and locate possible errors within unit tests!

This would increase overall performance from unit tests in general.


Updated idea status NewOpen

After today’s session with a Thinkwise employee about Unit tests, I also saw the need for Group configuration.

I would also like the option to be able to select this group in the Creation with the “Execute all creation steps”. When you disable the “All unit tests”, give an optional dropdown field.

This way during development, one can limit the needed unit test to the specific part of the application that could have been touched.