Groovy Testing for Agile Teams
This video explores the features that Groovy offers for testing systems. It is mostly focused on functional and acceptance level testing but it also looks at some developer testing goodies and tools in...
View Article10 Proven Ways to Demotivate Your Software Testing Team
This video offers ten proven ways to demotivate your software testing team, make sure you’re getting the very least productivity out of them and potentially lose them altogether.
View ArticleFractal Test-Driven Development
If TDD at the class level is now well understood (if not always well practiced), the benefits we get from writing tests first and using them to drive design apply at the system level too.
View ArticleUnit Testing Patterns With Mocks and Fakes
Discover what makes some code more testable than others and how mocks and fakes can help isolate the code to be tested (and why you want to do that).
View ArticleDebugging the Web with Fiddler
Every web developer encounter in their work the need to see what goes on “in the wire”, whether it is an AJAX call in ASP.NET, a WCF service call from Silverlight, or a simple postback for an ASP.NET...
View ArticleGamifying Software Testing with pex4fun
Pex is a test generation tool for .NET for Microsoft Research that builds on dynamic symbolic execution and constraint solving. After building the Pex engine as a Visual Studio extensions, we decided...
View ArticleAcceptance Test-Driven Development (ATDD) Introduction
This is a quick introduction to Acceptance Test-Driven Development: How it helps communication between the business customers, developers, and testers. Covers the 5 W’s: What are acceptance tests, who...
View ArticleAutomated Software Testing for CSS
In the world of web development, we have established tools and strategies for automated testing of both server-side code and in-browser JavaScript. Testing CSS, however, is still a time-consuming...
View ArticleCodeless Automation with Selenium Builder, Github and Continuous Integration
Learn how Selenium Builder can be used in conjunction with Github and a Continuous Integration (CI) system to run parallelized test runs across multiple browsers without requiring a single line of code...
View ArticleTesting Event-Driven Programs
Testing strategies are well understood and established in traditional OO and/or functional settings. The same is not true for asynchronous, event-driven paradigms such as the actor model, in which the...
View ArticleFront-end Testing for Skeptics
This is a session for front-end testing skeptics (like me): It is possible to create tests that drive your web UI (JavaScript and all) that are automated, fast, reliable, headless — no browser required...
View ArticleHTML5 Testing in All Browsers with Java
Learn how you can leverage open source Java tools to test your HTML5 application in all browsers. The presentation shows examples of using tools such as TestSwarm, QUnit, jQuery, Jenkins/Hudson, Oracle...
View ArticleIntroduction to AngularJS Unit Testing
Jim Lavin presents a Test Driven Development (TDD) approach to show how to write unit tests for your AngularJS components. The presentation covers creating a project from scratch using Yeoman and then...
View ArticleTesting Complex Systems
This presentation focuses on two specific problems that plague testing complex systems: how do I create useful test data, and how do I limit my test to only the part of the system that I want tested....
View ArticleTesting All The Way To Production
MAX is a company well known for practicing and advocating Continuous Delivery, but it hasn’t been a completely smooth journey. This talk describes how MAX safely continuously releases a production...
View ArticleSoftware Quality in 2013
Software quality is a topic of importance throughout the world. Unfortunately software quality assurance groups are often understaffed for the work at hand, and also undercapitalized and under...
View ArticleBuilding a Culture of Quality in Software
Time and time again, skilled developers with good intentions set out into the green field of their new Rails app. Alas, as days turn to weeks, weeks to months and months to years, they find themselves...
View ArticleMobile Performance Testing: Testing the Server
As mobile Internet usage becomes the norm and will soon surpass desktop Internet usage, how do you ensure that your mobile user experience is similar to the desktop experience of your software?...
View ArticleATDD with Behat and Selenium
This talk explores how Behat can help testers in API testing and browser automation with Selenium+Behat. Behat is an open source Behavior Driven Development (BDD) framework for PHP inspired by the Ruby...
View ArticlePractical Unit Tests for Video Games
Learn how unit testing can be successfully applied to video game development, and the benefits and drawbacks of this technique. You will see real-life examples of common unit test anti-patterns,...
View Article