DeveloperHell | Languages: All | PHP | Python | .NET | Java | CSS | Ruby | Javascript   Site: Statistics
want to join us? register, it's easy | help

browse by tag: testing in language

sort by

newest, oldest, most popular


category icon

Load Testing with Visual Studio Team System 2008 [pdf]

in .NET added by SaalimS, on 8/2/2009 Load test SDLC Unit test VS.NET Visual Studio testing

This chapter explains how to use unit testing or web testing, and how to simulate a realistic scenario such as the number of concurrent users that have different browsers and different network speed, and are accessing the system from multiple locations. This testing collects the application performance and stability data in different scenarios, and is used for analyzing this data in order to scale the application for better performance.

comment save report
category icon

Behavior-driven Testing with RSpec

in Ruby added by admin, on 31/3/2008 intermediate rspec testing

Testing fever has infected the Ruby programming community, and the infection is spreading. One of the most promising innovations in testing in the past year is the introduction and rapid growth of RSpec, a behavior-driven testing tool. Learn how RSpec can change the way you think about testing.

comment save report
category icon

Lightning Talk: TATFT - Test All the F***in Time

in Ruby added by admin, on 13/6/2010 intermediate rspec ruby on rails tdd testing

Video from Ruby Hoedown 2008. If you're not testing, please stop reading this and start TATFT.

comment save report
category icon

The future of shoulda

in Ruby added by admin, on 18/6/2010 framework ruby on rails shoulda testing

Shoulda has long been one of our most useful and popular open source projects, and it continues to serve us well as we use it daily. However, there have been some changes over the past year in the way that we use Shoulda, and these changes have led to some decisions about its future. In our post about the Rails 3 roadmap, we briefly covered the changes we made in Shoulda 2.11 as well as our intentions for Shoulda 3. However, we wanted to go over these changes in depth and explain some of our motivation.

comment save report