Introduction"

From Documentation
 
(7 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
'''ZK Application Test Suite''' is a collection of tools which can help users test their ZK-based application.  
 
'''ZK Application Test Suite''' is a collection of tools which can help users test their ZK-based application.  
  
Currently this suite has only one module:  
+
Currently this suite has one module:  
 
 
'''ZATS Mimic''', a unit-test library that can be used with any well-known unit test framework (e.g. JUnit and TestNG) to test your ZUL without an application server and a browser.
 
 
 
  
 +
[[ZATS Essentials/Mimic Library| ZATS Mimic]], a unit-test library that can be used with any well-known unit test framework (e.g. JUnit and TestNG) to test your ZUL without an application server or a browser.
  
 +
= Source Code =
 +
All source code mentioned in this book can be found in https://github.com/zkoss/zats/tree/master/zats-example.
  
 +
{{ZATSEssentialsPageHeader}}
 
{{ZATSEssentialsPageFooter}}
 
{{ZATSEssentialsPageFooter}}

Latest revision as of 07:38, 21 November 2014

Introduction




ZK Application Test Suite is a collection of tools which can help users test their ZK-based application.

Currently this suite has one module:

ZATS Mimic, a unit-test library that can be used with any well-known unit test framework (e.g. JUnit and TestNG) to test your ZUL without an application server or a browser.

Source Code

All source code mentioned in this book can be found in https://github.com/zkoss/zats/tree/master/zats-example.


Introduction




Last Update : 2014/11/21

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