Web testing is an important part when developing a web application. It helps us to uncover the functionality and usability issues in our application. In a ZK application, we can already leverage ZATS for functional testing and Selenium WebDriver tests for the real browser testing. While ZATS is still the recommended tool to test your […]

Read More

Introduction Previously, Dennis Chen shared a small talk illustrating how you can execute a loading test with ZK applications using JMeter. Now, in this blog we will introduce how you can use ZK JMeter Plugin to simplify your work. With this JMeter Plugin, you no longer have to set user variables or parameter for each zkau request […]

Read More

It is now possible to use Selenium IDE to test ZK applications without the need for a UUID generator. This is achieved by integrating the ZK selector into Selenium IDE. Selenium IDE’s main power is that it can easily generate different programming language formats such as Junit, TestNG, Groovy, PHP, Python, Ruby bringing a hold host of testing power to your fingertips.

Read More