When I run more than 100 tests in a single test-suite I get the wrong results, why?

When TcUnit is running it allocates memory in the PLC to store the test results. The maximum number of tests for every test suite has been set to 100, which however is a configuration parameter for TcUnit and can be changed. Parameters for TcUnit (and in fact any library references) are stored in your project, which means that this change will be persistent for your project/library. To change this max amount, to say for instance 200 tests per test suite, go to the library references and select TcUnit, then go to GVLsGVL_Param_TcUnitMaxNumberOfTestsForEachTestSuite.

Required TcUnit version: 1.0 or later

Category: TcUnit
  • Share on:

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.