ZTL Record and Play Example

Published May 31st, 2010 Under Functional Testing | Leave a Comment

ZK-ZTL is an open source tool which can automatically test the ZK Framework with jUnit and Selenium frameworks. ZK is the leading open source Ajax and Mobile Java framework. This video show hot to use Selenium IDE to test ZK applications without the need for a UUID generator.

Crawljax – A Tool for Automating Web Application Testing

Published December 22nd, 2009 Under Functional Testing | Leave a Comment

Crawljax is a tool for crawling any AJAX/GWT application. It uses WebDriver to navigate through the different states of a web application. With plugins and invariants Crawljax can be used to perform various automated tests. For example: security testing, regression testing, accessibility testing, performance testing, cross-browser testing…

Strategies For Testing Ajax Web Applications

Published December 16th, 2009 Under Functional Testing | Leave a Comment

As a Python web developer you are probably familiar with the paradigms of testing simple web applications. Your test case makes a GET / POST request, your program responds with an HTML page, and your test verifies the HTML elements. Unfortunately, today’s typical web application is not so simple! Since modern browsers support asynchronous JavaScript (Ajax) very well, the HTML response might deliver program code to run on the client’s web browser. The browser’s runtime environment would then interact with your server-side Python program and you now have a big problem: How does your test suite cover both server-side functionality and client-side functionality? This talk will use a real Python / Ajax web application as an example then offer practical strategies for creating a fast, scalable test suite to help ensure that each release of such an app works as intended. It goes beyond just the tools and technologies; it examines architectural strategies — how and when to use stubs, how to design a testable UI, etc — so that as your application grows in size, your tests remain fast and effective.

Source and slides for this presentation

A Visual Studio Plug-in that helps you automate tests in seconds

Published October 1st, 2009 Under Functional Testing | Leave a Comment

A Visual Studio plug-in for recording cross-browser functional tests. Built for developers doing testing, this automated testing tool allows test customizations in code within Visual Studio and conversion to unit tests. The tool provides industry-best test automation support for any web application – Silverlight, AJAX, and MVC included, as well as support for Visual Studio 2010.

Video sponsored by Telerik

The easy to use testing tool for any web application

Published September 9th, 2009 Under Functional Testing, Unit Testing | Leave a Comment

Watch a short video to learn about a scriptless automated testing tool for any web application – Silverlight, AJAX, and MVC included. Build your tests in seconds thanks to the tool’s easy to use interface (built on top of RadControls for WPF), take advantage of superior testcase maintenance techniques such as multi-browser test execution, web element abstraction, visual storyboard for better collaboration, and more.

Video sponsored by Telerik

keep looking »