.NET news » Testing Testing Rss Feed

< 1 2 3 4 >
Pragmatic Unit Testing in C# with NUnit, 2nd Edition
Authors: Andy Hunt, Dave Thomas, Matt Hargett
Average rating: 4.5 / 10
(10 reviews)
More .NET Testing books
download
Guidelines for Test-Driven Development
Find out how to incorporate Visual Studio Team System into Test-Driven development practices emphasized in Agile development methodologies.
17 May 2006, 13:25:54   Source: Guidelines for Test-Driven Development   Tags: Testing
Share The Load: Report Visual Studio Team System Load Test Results Via A Configurable Web Site
This article adds some handy reporting capabilities to the new load testing tool in Visual Studio 2005 Team System.
5 May 2006, 15:13:49   Source: Share The Load: Report Visual Studio Team System Load...   Tags: Testing
Share The Load: Report Visual Studio Team System Load Test Results Via A Configurable Web Site
This article discusses a new load test tool in Visual Studio 2005 Team System for performance and stress testing your Web sites, Web services, and other server components. Combined with its handy reporting capabilities, the load test tool provides some powerful options for sharing and managing test results.
Test Run: Stress Testing.
Stress testing involves running tests under conditions of reduced machine or system resources. To reduce these resources for testing, you can run a tool called a stressor. This month we cover such a tool: EatMem.
5 Apr 2006, 19:00:00   Source: Test Run: Stress Testing.   Tags: Testing Software
ClassMaster 1.1
A learning, unit testing and performance profiling tool for Microsoft .Net. Use ClassMaster to accomplish the following tasks: Shorten the write-debug-rewrite loop. Test classes and their methods. Discover the behavior of a library API quickly. Learn and use internal and private undocumented methods. Teach object-oriented programming concepts without going into language syntax.
18 Mar 2006, 12:37:55   Source: ClassMaster 1.1   Tags: Testing
Mutant Power: Create A Simple Mutation Testing System With The .NET Framework
With mutation testing, the system under test is changed to create a faulty version called a mutant. Here James McCaffrey explains how to do this in .NET.
8 Mar 2006, 18:00:00   Source: Mutant Power: Create A Simple Mutation Testing System...   Tags: Testing
.NET Profiling: Write Profilers With Ease Using High-Level Wrapper Classes
Here Joachim H. Fröhlich and Reinhard Wolfinger show you how to get all the great functionality of the .NET Profiling API the easy way, with custom wrappers.
8 Mar 2006, 18:00:00   Source: .NET Profiling: Write Profilers With Ease Using...   Tags: Performance Testing
NTEST
NTest is an automated unit testing tool that generates unit tests with random inputs and runs them to test the robustness of your program. Inspect object states and properties within your class modules, and manipulate them with a visual model to analyse code behavior. Also acts as a test runner for your NUnit tests.
5 Mar 2006, 18:51:18   Source: NTEST   Tags: Software Testing
Test-Driven Development in .NET
An article presenting benefits and techniques for using test-driven development in .NET, specifically examining the NUnit testing framework.
18 Jan 2006, 05:53:00   Source: Test-Driven Development in .NET   Tags: Testing
< 1 2 3 4 >