JS.Test – Cross-platform JavaScript Testing

Published February 8th, 2011 Under JavaScript | Leave a Comment

This video presents JS.Test for cross-platform JavaScript Testing.

http://skillsmatter.com/podcast/ajax-ria/js-test-cross-platform-javascript-testing

Automatically Generating Test Data for Web Applications

Published January 7th, 2011 Under User Interface | Leave a Comment

This talk discusses automatic test data generation in the context of unit / developer testing (dynamic domain reduction) and system testing of web applications (bypass testing), and explore some of the difficulties in transitioning research results in software testing to industrial use.

Test-Driven JavaScript

Published November 8th, 2010 Under JavaScript | Leave a Comment

Javascript becomes much more important to interactive website development then before (ok it has been for a while already) but the notion of testing that logic seems even further fetched then testing the code written in C#, Java. And this is something that is wrong as well. How do you test drive your javascript development, what do you need to think about to make it testable? How can you deal with timers, async calls and the dom. Demonstrate all these things including how easy it is to make your own fakes for testing. Demonstrate the refactoring and changing behaviour becomes so much easier.And not to forget that the design of the code is much better as well. Basically that you gain all the benefits that TDD gives you in other languages also when doing TDD for javascript development

Watch this streaming video from the Norwegian Developer Conference 2010

Automated Unit Testing with Palm Mojo SDK

Published January 20th, 2010 Under JavaScript, Open Source Tools | Leave a Comment

In this webcast we’ll introduce Behavior Driven Development (BDD) and Jasmine (a BDD framework for JavaScript); install Jasmine and add related code to the app to support BDD; discuss how to write a failing test first, then add functionality to make a test pass; and finally we’ll develop a simple webOS application test first, with the Mojo SDK.

Speed Tracer Tutorial

Published December 10th, 2009 Under Open Source Tools | Leave a Comment

Learn about one of Google Web Toolkit 2.0′s newest tools, Speed Tracer, in this video tutorial. This video provides an overview of Speed Tracer, a Chrome extension which enables developers to profile the internals of the browser, preventing bottlenecks by enabling diagnosis of hidden problems. Andrew Bowers will demonstrate how Speed Tracer is incorporated into the development cycle by walking through a Speed Tracer example.

keep looking »