Testing"
From Documentation
(Created page with '{{ZKDevelopersReferencePageHeader}} Here we describe how to test ZK applications. {{ZKDevelopersReferenceHeadingToc}} {{ZKDevelopersReferencePageFooter}}') |
RebeccaLai (talk | contribs) |
||
(11 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{ZKDevelopersReferencePageHeader}} | {{ZKDevelopersReferencePageHeader}} | ||
− | Here we describe | + | 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). |
+ | |||
+ | [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]]: | ||
+ | |||
+ | * 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]] | ||
{{ZKDevelopersReferenceHeadingToc}} | {{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).
Since 10.0.0 The ZK Webdriver utility library is also available.
For information of particular test tools, please refer to small talks:
- Sahi: Making ZK Functional Tests With Sahi
- Selenium: How to Test ZK Application with Selenium and ZK Unit Testing