Unit Test ZK Spreadsheet Using ZATS"

From Documentation
m (Created page with "{{Template:UnderConstruction}} {{Template:Smalltalk_Author| |author=Sam Chuang, Engineer, Potix Corporation |date=August 22, 2012 |version=ZATS Mimic 1.0.0, ZK Spreadsheet 2.3.0...")
 
m
Line 7: Line 7:
 
}}
 
}}
 
= Introduction =
 
= Introduction =
 +
ZK Spreadsheet is a mega component contains toolbar, context menu etc... Using web browser testing framework to unit test will be a time-consuming task. Luckily, ZK has ZATS! In this smalltalk, I will introduce how to write a unit test for ZK Spreadsheet using ZATS.
 +
 +
= ZAT =

Revision as of 07:18, 22 August 2012

WarningTriangle-32x32.png This page is under construction, so we cannot guarantee the accuracy of the content!


DocumentationSmall Talks2012AugustUnit Test ZK Spreadsheet Using ZATS
Unit Test ZK Spreadsheet Using ZATS

Author
Sam Chuang, Engineer, Potix Corporation
Date
August 22, 2012
Version
ZATS Mimic 1.0.0, ZK Spreadsheet 2.3.0

Introduction

ZK Spreadsheet is a mega component contains toolbar, context menu etc... Using web browser testing framework to unit test will be a time-consuming task. Luckily, ZK has ZATS! In this smalltalk, I will introduce how to write a unit test for ZK Spreadsheet using ZATS.

ZAT