.NET news » Search results

Search results for query "test" (48):

How to convince developers and management to use automated test instead of manual test

Everyone knows automated tests are good, unit test is good, we should all do it. But when you try to convince management that it's going to take double the time to deliver anything from now on, you are kicked out of the room. Learn how I convinced a dev lead to do automated test.
2010-05-03 05:56:00   Source: How to convince developers and management to use...   Tags: Testing

Using MVC to Unit Test WPF Applications

Provides guidance for using the Model-View-Controller design pattern to create modular WPF apps that are easy to unit test
2008-01-27 22:12:00   Source: Using MVC to Unit Test WPF Applications   Tags: Testing

Diffusion Testing

The doctor prescribes a little-known technique that—under the right circumstances—lets you automatically generate new test case data from existing test cases that yield a pass result, saving time and work.
2011-03-02 18:00:00   Source: Diffusion Testing   Tags: Testing

Web UI Test Automation with the WebBrowser Control

Modal message boxes generated by a Web application pose a tricky problem for automated testing. We’ll show you a relatively simple technique for creating a test harness for these cases.
2010-11-01 19:00:00   Source: Web UI Test Automation with the...   Tags: GUI

Web Application UI Testing with jQuery

Although jQuery was created with Web development in mind, it has several characteristics that make it well-suited for lightweight Web UI test automation. We’ll show you how to build a simple jQuery-based test harness.
2010-12-02 18:00:00   Source: Web Application UI Testing with jQuery   Tags: Build

Test-Driven Development in .NET

An article presenting benefits and techniques for using test-driven development in .NET, specifically examining the NUnit testing framework.
2006-01-18 05:53:00   Source: Test-Driven Development in .NET   Tags: Testing

Unit Testing and Integration Testing in Business Applications

This article presents some realistic unit and integration test examples in a N-tier web application to assist in writing tests that provide confidence in moving towards Test Driven Development (TDD)
2010-07-04 04:07:00   Source: Unit Testing and Integration   Tags: Examples

NCover Basics: Improving Json.NET's Test Suite with NUnit and NCoverExplorer

One of the easiest ways to master NCover is simply to dive into some code and improve tests, so in this article we'll be looking at improving the test quality for an open source project, Json.NET.

Isolating Dependencies in Tests Using Mocks and Stubs

Unit tests are not "unit" tests if they test things other than the System Under Test (SUT).
2009-06-15 22:50:42   Source: Isolating Dependencies in Tests...   Tags: Testing

ASP.NET AJAX testing made easy using Visual Studio 2008 Web Test

A collection of ExtractionRules, ValidationRules, and Request Plugin that makes ASP.NET and AJAX website testing painless. No need to record tests, write parameterized tests using server-side control names, handle UpdatePanels, simulate clicks on buttons - all from Web Test. Facilitates painless sop
2011-06-11 11:01:00   Source: ASP.NET AJAX testing made easy using...   Tags: Ajax
1235Next ›