Testing"

From Documentation
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
ZK is a Java framework. Technically you could use any Java test tools you prefer. Here we describe the testing tips and [[ZK_Developer's_Reference/Testing/ZTL|ZTL]] (the official test tool based on Selenium).
 
ZK is a Java framework. Technically you could use any Java test tools you prefer. Here we describe the testing tips and [[ZK_Developer's_Reference/Testing/ZTL|ZTL]] (the official test tool based on Selenium).
  
{{ZKDevelopersReferenceHeadingToc}}
+
[https://blog.zkoss.org/2013/08/06/zk-jmeter-plugin/ ZK Jmeter plugin]
 +
 
 +
{{versionSince | 10.0.0}} [https://github.com/zkoss/zk-webdriver The ZK Webdriver utility library] is also available.
  
 
For information of particular test tools, please refer to [[Small Talks|small talks]]:
 
For information of particular test tools, please refer to [[Small Talks|small talks]]:
Line 9: Line 11:
 
* Sahi: [[Small Talks/2010/January/Making ZK Functional Tests With Sahi|Making ZK Functional Tests With Sahi]]
 
* Sahi: [[Small Talks/2010/January/Making ZK Functional Tests With Sahi|Making ZK Functional Tests With Sahi]]
 
* Selenium: [[Small Talks/2009/February/How to Test ZK Application with Selenium|How to Test ZK Application with Selenium]] and [[Small Talks/2008/November/ZK Unit Testing|ZK Unit Testing]]
 
* Selenium: [[Small Talks/2009/February/How to Test ZK Application with Selenium|How to Test ZK Application with Selenium]] and [[Small Talks/2008/November/ZK Unit Testing|ZK Unit Testing]]
* zunit: [[Small Talks/2009/March/ZK Unit Testing Project - zunit|ZK Unit Testing Project - zunit]]
 
  
 +
{{ZKDevelopersReferenceHeadingToc}}
 
{{ZKDevelopersReferencePageFooter}}
 
{{ZKDevelopersReferencePageFooter}}

Latest revision as of 07:33, 16 February 2024

ZK is a Java framework. Technically you could use any Java test tools you prefer. Here we describe the testing tips and ZTL (the official test tool based on Selenium).

ZK Jmeter plugin

Since 10.0.0 The ZK Webdriver utility library is also available.

For information of particular test tools, please refer to small talks:


Subsections:



Last Update : 2024/02/16

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.