.NET news » Testing Testing Rss Feed

< 1 2 3 4 >
download
Unit testing enumerations which map to a database table
How to ensure an enumeration is up-to-date with a table in the database.
26 Sep 2006, 13:42:00   Source: Unit testing enumerations which map to a database table   Tags: Testing
Creating a Custom .Net Profiler
Describes how to create your own custom profiler for any managed application
30 Aug 2006, 12:07:00   Source: Creating a Custom .Net Profiler   Tags: Performance Testing
LogString: A Simple C#2 Application Event Logging Class
This article presents a simple .NET 2.0 event logging class. It is designed to allow multiple threads to add events to one or more log strings and provides event driven updates for viewers.
27 Aug 2006, 23:01:00   Source: LogString: A Simple C#2 Application Event Logging Class   Tags: Debug Testing
An NUnit Test Suite Implementation
This article describes a scalable NUnit unit test suite for use on a tiered, database-driven .NET application.
26 Aug 2006, 20:37:00   Source: An NUnit Test Suite Implementation   Tags: Testing
Monitor .NET Code Quality with FxCop and Custom Rules
You no longer have to rely solely on experience and code reviews to find code problems; FxCop can find many problems for you. It even lets you create and enforce custom rules that apply specifically to your organization's code.
25 Aug 2006, 17:25:44   Source: Monitor .NET Code Quality with FxCop and Custom Rules   Tags: Testing
Ranorex - free GUI test and automation library for C++, Python and all .NET languages
Ranorex is a Windows GUI test and automation library for C++, Python and for all .NET languages. Applications and websites can be automated using Python script or a .NET program. All new Visual Studio 2005 controls are supported and can be automated.
Improve Code Quality with Unit Testing in Visual Studio Team Edition
Learn to use Visual Studio Team Edition's built-in unit test generation and code coverage analysis capabilities to ensure all your code gets tested.
Device Security Manager Powertoy for Windows Mobile 5.0 Released!

This test tool helps developers of Windows Mobile applications test various security policies for Windows Mobile devices.

It is designed as a desktop application that ships with a preset list of "security configurations". A security configuration can be thought of as a template, which contains a collection of individual policies and settings. For example, a security configuration could define policies such as whether unsigned applications are allowed to execute, whether RAPI is disabled etc. Using this tool, the developer can provision a Windows Mobile device with different configurations, and then test the application's behavior under these configurations. This tool can be used either on an emulator or an unlocked Windows Mobile device.

SOA Testing using White, Black and Gray Box Techniques
Effective techniques are revealed to developers and testers on testing Web Services for reliability and robustness. These techniques demonstrate how a user can push the boundary of testing Web Services intelligently, without having access to the source code to a Web Service.
A simple solution to see the inside of your code
A simple solution to see the inside of your code.
25 May 2006, 11:08:00   Source: A simple solution to see the inside of your code   Tags: Testing
< 1 2 3 4 >