source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/lib/NUnit/NUnit-2.5.10.11092/doc/getStarted.html@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 2.8 KB
Line 
1<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2<html>
3<!-- Standard Head Part -->
4<head>
5<title>NUnit - GetStarted</title>
6<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
7<meta http-equiv="Content-Language" content="en-US">
8<link rel="stylesheet" type="text/css" href="nunit.css">
9<link rel="shortcut icon" href="favicon.ico">
10</head>
11<!-- End Standard Head Part -->
12
13<body>
14
15<!-- Standard Header for NUnit.org -->
16<div id="header">
17 <a id="logo" href="http://www.nunit.org"><img src="img/logo.gif" alt="NUnit.org" title="NUnit.org"></a>
18 <div id="nav">
19 <a href="http://www.nunit.org">NUnit</a>
20 <a class="active" href="index.html">Documentation</a>
21 </div>
22</div>
23<!-- End of Header -->
24
25<div id="content">
26
27<h2>Getting Started with NUnit</h2>
28
29<p>If you haven't already done so, go to our <a href="http://www.nunit.org/download.html">Download</a> page, select a version of NUnit and download it. The
30 <a href="installation.html">Installation</a> page
31 contains instructions for installing on your system.</p>
32
33<p>To get started using NUnit, read the <a href="quickStart.html">Quick Start</a> page. This article demonstrates the development process with NUnit in the
34 context of a C# banking application. Check the
35 <a href="samples.html">Samples</a> page for additional examples,
36 including some in VB.Net, J# and managed C++.</p>
37
38<h3>Which Test Runner to use?</h3>
39
40<p>NUnit has two different ways to run your tests. The
41 <a href="nunit-console.html">console runner</a>, nunit-console.exe,
42 is the fastest to launch, but is not interactive.
43 The <a href="nunit-gui.html">gui runner</a>,
44 nunit.exe, is a Windows Forms application that allows you to work
45 selectively with your tests and provides graphical feedback.</p>
46
47</div>
48
49<!-- Submenu -->
50<div id="subnav">
51<ul>
52<li><a href="index.html">NUnit 2.5.10</a></li>
53<ul>
54<li id="current"><a href="getStarted.html">Getting&nbsp;Started</a></li>
55<ul>
56<li><a href="quickStart.html">Quick&nbsp;Start</a></li>
57<li><a href="installation.html">Installation</a></li>
58</ul>
59<li><a href="assertions.html">Assertions</a></li>
60<li><a href="constraintModel.html">Constraints</a></li>
61<li><a href="attributes.html">Attributes</a></li>
62<li><a href="runningTests.html">Running&nbsp;Tests</a></li>
63<li><a href="extensibility.html">Extensibility</a></li>
64<li><a href="releaseNotes.html">Release&nbsp;Notes</a></li>
65<li><a href="samples.html">Samples</a></li>
66<li><a href="license.html">License</a></li>
67</ul>
68</ul>
69</div>
70<!-- End of Submenu -->
71
72
73<!-- Standard Footer for NUnit.org -->
74<div id="footer">
75 Copyright &copy; 2010 Charlie Poole. All Rights Reserved.
76</div>
77<!-- End of Footer -->
78
79</body>
80</html>
Note: See TracBrowser for help on using the repository browser.