.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.
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
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.
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.
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.
Test-Driven Development in .NET
An article presenting benefits and techniques for using test-driven development in .NET, specifically examining the NUnit testing framework.
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.
2008-02-28 15:56:00 Source: NCover Basics: Improving Json.NET's
Tags: Testing
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).
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


Syndicate