BDD with Specflow, Moq and Microsoft Unit Testing framework

August 18, 2011 0

This blog post explains how to use Specflow, Moq and Microsoft Unit Testing framework to implement Behavior Driven Development in a .NET context. The author used AAA (Arrange-Act-Assert) and GWT (Given-When-Then) patterns in his code. They are clearly and easily to understand and become standard when you write unit testing and mocking.

Unit Testing with Design by Contract

August 15, 2011 0

In this blog post Sebastians Lutzky start a series of posts that will explain the concept of unit testing in the context of design by contract.

Automated Functional Testing with JMeter

August 15, 2011 0

In this blog post, David Tobey shares with us how he used the open source load testing tool JMeter for functional testing. JMeter allows him to automate part of the functional testing process, making it more reliable and less time-consuming.

The Next Generation of Rails Functional Testing

August 15, 2011 0

Story Driven Development (SDD) helps close the gap between the language of developers and product owners so they can clearly define when software is “done”. Readable and executable product requirements are now possible. We’ll explore tips for integrating SDD into your existing workflow and cover technical details for implementing and maintaining stories using cutting-edge tools and libraries.

Web Testing With Sahi

August 10, 2011 0

Sahi is a tool for automating web application testing, is gaining popularity that allows recording and replaying across browsers. It provides different language drivers for writing test scripts, and supports Ajax and highly dynamic web applications. In this article shows how to use Sahi to test a web application. You will learn to format scripts for Junit and to test with Apache Ant.

Performance Testing Basic: What is Throughput?

August 9, 2011 0

In this blog post, Joe Colantonio explains in detail and clearly the concept of “throughput” in performance testing and and why it is one of the top metrics used to measure how well an application is performing.

Using WebPagetest for Performance Testing and Analysis

August 9, 2011 0

This video shows how to use WebPageTest for performance testing and analysis. It presents how to test the impact of 3rd party content on your site, understanding the REAL user experience with visual testing and a brief introduction to scripting interactive tests.

1 2 3