-
INTRODUCTION
Siesta is a JavaScript unit testing tool that can help you test JS code and also perform testing of the DOM and simulate user interactions. The tool can be used together with any type of JavaScript codebase - jQuery, Ext JS, NodeJS, Dojo, YUI etc. Using the API, you can choose from many types of assertions ranging from simple logical JS object comparisons to verifying that an HTML element is visible in the DOM.
We of course also use Siesta to test our own Ext JS scheduling tools, and our test suite contains several hundred assertions. If you find a bug, please let us know by submitting a bug report (or even better, a simple Siesta test case) here.
-
KEY FEATURES
- Short learning curve.
- Completely web based, no need to install any extra software.
- Write unit tests in plain JavaScript.
- Simulate key and mouse events as well as complex drag and drop operations.
- Improves your confidence in your codebase.
- Siesta Standard can be automated using Selenium or PhantomJS.
-
Sign up for a free trial
-
CLIENTS TESTIMONIALS
We have been waiting a long time for a testing tool suitable for applications built with JavaScript centric libraries such as Ext JS. Using Siesta, we are able to write both simple and complex tests helping us assure that the quality of our releases remain high. Thanks guys for providing a superb tool!
- Fredric Berling, DecidoKompetensor
-
LATEST RELEASES
-
Getting Started