Include max duration in unit test

Related products: Software Factory

The Software Factory offers the ability to set up automated testing via the unit test section. This will allows you to test if a specific error message is returned or whether an action is executed successfully.

What would be a great enhancement in this, is to define a max duration time for you test.

Sometimes, after a change, the action is still successful but will take quite a bit longer than before. If you were to release the version containing this change, the increased duration could lead to an issue.

With the option of introducing a max duration per test, you could prevent these kind of issue from being released.

NewOpen