Testing
ZK is a Java framework. Technically you can use any Java test tools you prefer. Here we describe some tools and tips.
Server-side Testing
Check ZATS Essentials
Client-side Testing
ZK Webdriver
since 10.0.0 It is a powerful testing utility library designed specifically for ZK applications. Built on top of the industry-standard Selenium WebDriver, it provides a high-level API that simplifies testing ZK applications by abstracting away the complexities of AJAX and ZK component internals.
ZK Jmeter plugin
Simplifies ZK Load Testing with automatic parameter handling: It automatically replaces the dtid parameter value with ${dtid} in recorded scripts. This eliminates the need to manually set user variables or parameters for every individual zkau request.
The 3rd-party test tools, please refer to: