Click here to Skip to main content
6,822,613 members and growing! (19,396 online)
Email Password   helpLost your password?
Article Category: All Topics MFC/C++ C# VB.NET ASP.NET SQL Architect Windows 7 Java LAMP Mobile CEO / Manager

Testing and Quality Assurance


Development Lifecycle » Testing and QA

This section contains articles on Testing and Quality Assurance

Language
Platform
Technology
Audience
Skill Level
Topic
Clear All

Contents

General

top
Title / Updated Author Score  
Check NUnit test results from a batch script
Updated: 6 Jul 2009  
A small program which allows to check results generated by the nunit-console utility.
C#1.0, C#2.0, C#3.0, .NET, Dev, QA
Sergiy Korzh 5.00
Stress and Performance Testing BizTalk Applications
Updated: 22 Jul 2009  
Stress and Performance Testing BizTalk Applications using BizTalk LoadGen 2007
All-Topics, QA
Robin_Roy 5.00
Windows Service Gotcha (or Test Your Code, Regardless of How Small Your Changes Are) - Unedited
Updated: 22 Jan 2010  
I originally posted in the C# forum, and I didn't want it to get lost in the chaff that accumulates there, so I decided to move it here.-----------I was testing a windows service I wrote using Visual Studio 2008 on a Windows 2000 machine. I had originally targeted .Net 3.5 when I created...
C#, Windows, testing
John Simmons / outlaw programmer 5.00
Getting started with automated white box testing (and Pex)
Updated: 28 Jan 2009  
Pex is a new tool that helps in understanding the behavior of .NET code, debugging issues, and in creating a test suite that covers all corner cases -- fully automatically.
C# (C#1.0, C#2.0, C#3.0), MSIL, .NET (.NET1.0, .NET1.1, .NET2.0, .NET3.0, .NET3.5), Dev, QA
Jonathan de Halleux, Nikolai Tillmann 4.92
Behavior-Driven Development with NBehave
Updated: 14 Jan 2009  
A BDD tutorial using NBehave and MbUnit.
C# (C#1.0, C#2.0, C#3.0), .NET (.NET2.0, Mono, .NET3.0, .NET3.5), Visual-Studio, Architect, Dev, QA, Design
Dmitri Nesteruk 4.92
Advanced .NET Debugging Extracting Information from Memory - Unedited
Updated: 24 Aug 2009  
Advanced .NET Debugging Extracting Information from Memory
ASM, MSIL, Windows (Win2K, WinXP, Win2003, Vista, Win2008, Win7), Dev, QA
Rene Pally 4.81
Sedge: An Automated Error Reporting Tool
Updated: 14 Jan 2010  
This article describes Sedge - a highly customizable tool designed to help your customers create better error reports.
C#, XML, .NET, Dev, QA
Andrei Marukovich 4.75
Performances Benchmarks using NUnit Addin - Unedited
Updated: 15 May 2009  
This tutorials introduces a new NUnit Addin able to record execution time of unit tests and generate XML, CSV, HTML performances reports with charts and history tracking.
C# (C#2.0), XML, HTML, XHTML, UML, XSLT, Windows, .NET (.NET2.0), Visual-Studio (VS2005), WinForms, Architect, Dev, QA
NinjaCross 4.73
UITestBench, a lightweight UI testing library
Updated: 3 Apr 2008  
This article describes how to build a lightweight test bench for testing user interfaces which are written entirely in C#/.NET, using NUnit or any other unit test framework.
C#2.0, C#3.0.NET2.0, .NET3.0, Visual-Studio (VS2005), WinForms, Dev, QA, Design
slkr171 4.71
Unit Testing and Integration Testing in business applications - Unedited
Updated: 24 Nov 2009  
I will show you some realistic unit and integration test examples in a N-tier web application, which should help you write tests that gives you confidence and helps you gradually move towards TDD
C#, .NET, ASP.NET, LINQ, Architect, Dev, QA
Omar Al Zabir 4.70
Handling unknown errors - Unedited
Updated: 27 Oct 2009  
If you don't know how to handle an error, don't test for it..
QA
Hans Dietrich 4.67
Black-box Testing Techniques
Updated: 8 Jun 2009  
Black box testing and developing test cases.
All-Topics, QA
Robin_Roy 4.50
Wrapper Utility for using WatiN
Updated: 16 Sep 2009  
An article on creating a wrapper utility over the WatiN library.
C#2.0.NET2.0, ASP.NET, Dev, QA
Diwakar Gupta 4.45
White Box Testing Technique - Unedited
Updated: 9 Jun 2009  
White Box Testing Techniques and developing test cases
All-Topics, Dev, QA
Robin_Roy 4.42
Test Automation using Watir and Power of Watir with Ruby Libraries
Updated: 21 Jul 2009  
An article on how watir helps Test automation and power of Watir by implementing Ruby libraries
C++, Dev
khaja786 4.40
Installer Testing and Verification
Updated: 22 Jun 2009  
Installer testing verifier - Useful for installer testing and verification.
HTML, VC6, VC7Win2K, WinXP, Win2003, Vista, STL, Dev, QA
Kuldip Rindani 4.36
Continuous Integration with CruiseControl.net
Updated: 7 Mar 2009  
Discusses the advantages of continuous integration going into some detail on automating unit tests and documentation. Includes example build files and configuration.
XML.NET2.0, WinXP, Win2003, IIS, Dev, QA
dorothyDorothy 4.27
Unit Testing options in Visual Studio 2008
Updated: 10 May 2009  
A discussion of the different options of Unit Testing in VS2008.
C#3.0.NET3.5VS2008, Dev, QA
Donsw 4.27
Running Selenium HTML (Selenese) Test Cases in Parallel
Updated: 1 Dec 2009  
This article will explain how to reduce time for the execution of Selenium HTML test cases without using Selenium Grid.
HTML, QA
Obaid Malik 4.20
Database Driven Unit Testing Using VSTS - Unedited
Updated: 13 Jan 2010  
The primary concern about Database driven Unit testing is to maintain the test database intact. To elaborate suppose we have an add method that adds customer information in the database and we have a get method that actually returns a list of customer from database.So we will have to different Unit
C# (C#2.0, C#3.0), .NET (.NET2.0, .NET3.0, .NET3.5), ASP.NET, Visual-Studio (VS2005, VS2008, VS2010), All-Topics, Architect, Dev, QA
Mahmudul Haque Azad 4.00
How to implement a software development process - Unedited
Updated: 28 Apr 2009  
Software development process or how to perform 100% testing on GUI applications
C#, XML, Windows, .NET, Dev
Cristinel Mazarine 3.90
Using Multiple Asserts in One Test Considered Helpful
Updated: 1 Mar 2009  
One TDD mantra is that there should be only one "assert" per test. Here is a finance/trading example where that doesn't work very well.
C#, Architect, Dev, QA
Paul B. 3.67
Easy Debugging of NUnit Tests from Visual Studio 2008 Professional
Updated: 23 Jun 2009  
How to easily debug NUnit tests in Visual Studio 2008 professional edition
C#, Windows, .NET, Visual-Studio (VS2008), Architect, Dev, QA
Tommi Laukkanen 3.67
EurekaLog for VisualStudio
Updated: 26 Oct 2009  
This article provides a quick overview of an “on-site” bug tracking solution. An application add-in, if you will, which catches, logs and reports uncaught exceptions.
Windows, WinMobile, .NETCF, .NET, ASP.NET, Visual-Studio, XAML, WPF, WinForms, Dev, QA
rastaVnuce 3.67
RemoteInstall: Automated Testing of Windows Installers on VMWare Infrastructure
Updated: 24 Nov 2009  
A framework for testing Windows installers with some help from virtualization.
C#, XML, Windows, .NET, Win32, Win64, Architect, Dev, QA
dB. 3.67
Automated Test System: Part I
Updated: 17 Mar 2009  
The article attempts to demonstrate a way of testing in the .NET framework. This is just a demonstration of how we can do automated testing in C# .NET.
C#.NET2.0, Win2K, WinXP, VistaVS2005, Dev, QA
GamePlanner 3.13

UI Testing

top
Title / Updated Author Score  
Quick and easy WatiN recipe: How to handle a confirm dialog
Updated: 27 Aug 2009  
How to process confirm dialogs in WatiN.
VB, HTML, C#3.0.NET3.5, Dev, QA
Jonathan Franks 4.20

Last Updated 10 Feb 2010
Advertise | Privacy
Copyright © CodeProject, 1999-2010
All Rights Reserved. Terms of Use