Skip to content

Testing

walter-weinmann edited this page Apr 2, 2017 · 12 revisions

1. Test Data Generator

The test data generator ocparse_generator can generate any amount of generic tests. For this, the script gen_tests.bat can be used. The generated eunit tests are limited to the individual clauses. The generated common tests include additional performance tests based on the grammar expressions Command, Cypher, Query and Statement.

2. Stress Testing

The script stress_test.bat allows a stress test to be performed based on common test. The stress test can be started by calling 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.

Clone this wiki locally