Logo
Test Manual

DBPlusEngine provides test engines for integration, module and performance.

Integration Test #

Provide point to point test which connect real DBPlusEngine and database instances.

They define SQLs in XML files, engine run for each database independently. All test engines designed to modify the configuration files to execute all assertions without any Java code modification. It does not depend on any third-party environment, DBPlusEngine-Proxy and database used for testing are provided by docker image.

Module Test #

Provide module test engine for complex modules.

They define SQLs in XML files, engine run for each database independently too. It includes SQL parser and SQL rewriter modules.

Performance Test #

Provide multiple performance test methods, includes Sysbench, JMH or TPCC and so on.