ZK Testing with Sahi

From Documentation
Revision as of 15:20, 4 October 2013 by Etedeschini (talk | contribs) (Created page with "ZK_Testing_with_Sahi {{Template:Smalltalk_Author| |author=Enrico Tedeschini |date=October 04, 2013 |version=ZK 6.5 (or latest) }} ==== Draft Mark ==== ==Introduction== Th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ZK_Testing_with_Sahi


ZK Testing with Sahi

Author
Enrico Tedeschini
Date
October 04, 2013
Version
ZK 6.5 (or latest)

Draft Mark

Introduction

This article describes how it’s easy to test your ZK web application with Sahi. Sahi offers a completely different solution from ZATS. ZATS is a powerful solution to test a pure web application functionality and incredible product for Automate Unit Tests without server and browser. If you have to test your ZK web application in a real environment with different browsers, different servers and different network traffic/latency you have to use a tool like Sahi. I tried different tools like Selenium, JMeter and others but all of them require a change of code. They require to create a Custom ID Generator as described in this article Perform stress test on ZK using JMeter-take Shopping Cart as an example.

All tests described here are performed with a Sahi Pro Version. But all of them work as well with Sahi Open Source Version. From my point of view Sahi is a powerful tool for regression, stress, reliable and performing tests for any ZK web applications. For example Sahi can help you in the troubleshooting process. When you see a problem you only have to, through Sahi Dashboard, recording all steps and playback them later. All of this without writing any code or having any particular skill. Sahi works on Windows and Linux platform as well. In this article is described how to test a ZK web application on Windows platform.