InfoQ

InfoQ

Topic/Tag specific view

JsUnit Content on InfoQ


Latest featured content about JsUnit

Hacking Selenium

Topics
Ruby,
Dynamic Languages,
Java,
.NET,
Software Testing,
Languages,
Programming,
Testing,
Selenium,
Fit / Fitnesse,
Browsers,
JSConf,
JsUnit

In this presentation, Jason Huggins discusses why Selenium exists, Selenium as a functional testing tool, problems with using Selenium, the history of Selenium, JWebUnit, DriftWood, JsUnit, Fit, Selenium core, Selenium IDE, Selenium Remote Control, Selenium Grid, issues encountered doing functional testing in the browser, and Selenium hacks to work around these issues.

News about JsUnit

Article: JavaScript Test Driven Development with JsUnit and JSMock

Topics
Javascript,
Ruby,
Dynamic Languages,
Java,
Web Development,
Dependency Injection,
.NET,
Languages,
Unit Testing,
Design Pattern,
Programming,
TDD,
Testing,
JSMock,
Patterns,
Object Oriented Design,
Design,
JsUnit

This article by Dennis Byrne is a crash course in writing maintainable JavaScript. Dennis uses stubs, mock objects and a little bit of dependency injection. He also uses JsUnit to run unit tests and a JavaScript mock object library called JsMock.