Skip to content

Testing

walter-weinmann edited this page Nov 16, 2017 · 12 revisions

1. Test Data Generator

The test data generator ocparse_generator can generate a large number of generic tests for common test and eunit tests. For this, the script test\gen_tests.bat can be used.

2. Stress Testing

The script test\stress_test.bat allows a stress test to be performed based on common test. The stress test can be started by calling test\stress_test.bat n, where n indicates the required number of test runs. In each test run, the test data will be regenerated and subsequently launched with common test. Only the test suites with the prefix performance_ will be processed.

Clone this wiki locally