TDD Android Applications with Robolectric

Published November 10th, 2011 Under Unit Testing | Leave a Comment

Running tests on an Android emulator or device is slow! Building, deploying, and launching the app often takes a minute or more. Robolectric is a unit test framework that de-fangs the Android SDK jar so you can test-drive the development of your Android app inside the JVM on your workstation in seconds.

Watch this video on http://skillsmatter.com/podcast/agile-testing/tdd-android-applications-with-robolectric

Software Quality – You Know It when You See It

Published November 4th, 2011 Under Software Testing | Leave a Comment

This video explains how to use various visualization tools to spot patterns, trends and outliers in the code that are an indication of code quality level.

http://www.infoq.com/presentations/Software-Quality-You-Know-It-when-You-See-It

Javascript Testing in Rails

Published November 1st, 2011 Under Unit Testing | Leave a Comment

This short tutorial explains how to use Jasmine to test JavaScript code in your Rails applications.

Soap Panda Introduction

Published October 24th, 2011 Under Functional Testing | Leave a Comment

Soap Panda is an application for testing soap based web services. Soap Panda takes WSDL as input and generates in memory .NET soap client proxy code for invoking web service methods. This code is compiled and stored in an executable file; executable file is then explored by Soap Panda application using reflection to create instances of the classes that exist in the soap proxy client DLL.

Discovering Startling Things From Your Version Control History

Published October 13th, 2011 Under Configuration Management | Leave a Comment

This video presents several things you can learn by taking a longitudinal view of your system – by issuing queries of your code base and relating the results back to events on a team. The more we know about how we behave as teams in our code, the more likely we are to be able to control our development well enough to hold bad code at bay.

Download this video from http://ndc2011.macsimum.no/mp4/Day2%20Thursday/Track7%201500-1600.mp4

Functional Testing with Jubula

Published October 11th, 2011 Under Functional Testing | Leave a Comment

This video presents functional testing automation for Eclipse applications using Jubula. Jubula provides automated functional GUI testing for Java and HTML applications. The project is aimed at functional testers who want to automate their black-box tests for SWT/RCP, GEF and Swing applications. The keyword-driven approach lets testers design, automate and maintain tests by dragging and dropping from a library of test actions. Test creation is quick and code-free, tests are easy to read, and the modular structure makes them easy to maintain, despite changes in an application’s GUI.

Watch the video on https://adobedev.adobeconnect.com/_a300965365/p4101brizwr/?launcher=false&fcsContent=true&pbMode=normal

Quality without Testing!

Published October 3rd, 2011 Under Software Testing | Leave a Comment

What would a quality program look like if there were no testing? In fact, what if there were no testing, no inspections and no reviews; no form of feedback at all? Quality Management plans often focus too heavily on inefficient feedback mechanisms to assure excellence. This video discusses quality issues facing the software development community and how they can be solved through solid management practices. Many managers look to inspection techniques (testing, code inspection and formal requirements reviews among others) to improve the quality of the software they produce. These techniques are important but only serve to report the state of quality. However, quality, it is not about catching it, it’s about creating it.

Download this video from http://ndc2011.macsimum.no/mp4/Day2%20Thursday/Track5%201340-1440.mp4


« previous pagenext page »