Molybdenum Cross Browser Testing

Published July 7th, 2010 Under Open Source Tools, Software Testing, User Interface | Leave a Comment

Molybdenum is web UI testing made easy. Capture and replay, modularized and maintainable tests with bricks, data binding with external files, reporting with simple rerun possibilities, test other media than HTML like PDF with helper applications. It provides integration into build tools like ANT and Maven. Molybdenum is based on selenium-core. While SeleniumIDE is focusing on developers with export to different programming languages and crossbrowser testing, Molybdenum is focused on simple test execution, reporting, test parameterization for everybody participating in your team. This video shows how to do cross browser testing with Molybdenum.

Test-driven development in Flex

Published May 25th, 2010 Under Software Testing, User Interface | Leave a Comment

This presentation will demonstrate how to implement user stories taking a test-first approach and how to set up a continuous build.

Automated Unit Testing with Palm Mojo SDK

Published January 20th, 2010 Under Open Source Tools, Software Testing, User Interface | 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.

Achieving Web Test Automation with a Mixed-Skill

Published January 20th, 2010 Under Software Testing, User Interface | Leave a Comment

Test automation is commonly perceived as a technical job, which should be done by technical people. In reality however, a considerable amount of non-technical activities contribute to the creation and maintenance of an automated test suite. Whilst test engineers are arguably competent at non-technical testing tasks, they may not be as competent or even as motivated as people who come from a manual testing background. Furthermore, in the context of most systems, especially web-based systems, automated testing would also benefit from people with primary skills outside of testing. These include developers, information architects, business analysts, customers and so on.This talk explores ways of harnessing the experience and skills of people with different backgrounds and channeling them towards the effective test automation of web-based systems.

Test Driving GUI with Approval Tests

Published October 30th, 2009 Under Open Source Tools, Software Testing, User Interface | Leave a Comment

This video shows why you want to write unit tests for the perspectives of specifications, feedback, regression & granularity. Then write a GUI in C# using Windows Forms & Approval Tests. ApprovalTests is an open source tool that supports C#, Java, Ruby for unit or acceptance tests.

keep looking »