Testing"
From Documentation
m |
m |
||
Line 8: | Line 8: | ||
* 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| | + | * 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]] | * zunit: [[Small Talks/2009/March/ZK Unit Testing Project - zunit|ZK Unit Testing Project - zunit]] | ||
{{ZKDevelopersReferencePageFooter}} | {{ZKDevelopersReferencePageFooter}} |
Revision as of 05:10, 29 November 2010
ZK is a Java framework. Technically you could use any Java test tool you prefer. Here we describe the testing tips and ZTL (the official test tool based on Selenium).
For information of particular test tools, you could look at:
- Sahi: Making ZK Functional Tests With Sahi
- Selenium: How to Test ZK Application with Selenium and ZK Unit Testing
- zunit: ZK Unit Testing Project - zunit