<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Software Testing Tools Blog - Testertools &#187; .Net Testing Tools</title>
	<atom:link href="http://www.testertools.com/blog/category/net-testing-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.testertools.com/blog</link>
	<description>The latest news and blog information from testertools.com</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:24:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New Testertool &#8211; Zanebug</title>
		<link>http://www.testertools.com/blog/new-testertool-zanebug/</link>
		<comments>http://www.testertools.com/blog/new-testertool-zanebug/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 18:53:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Testing Tools]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Zanebug]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=1955</guid>
		<description><![CDATA[<br/>Zanebug is an advanced unit testing application for .NET.
It supports existing NUnit tests, performance  metrics, multiple test iterations, in-depth error information, pass /  fail stats, perfmon integration, result graphing, etc.

Zanebug introduces the Repeat attribute for methods, its works in this way:
In NUnit you have Setup, and TearDown attributes, that do   initialization ]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://testertools.com/cc/zanebug-3/"><strong>Zanebug</strong></a> is an advanced unit testing application for .<strong>NET</strong>.</p>
<p>It supports existing <strong>NUnit</strong> tests, performance  metrics, multiple test iterations, in-depth error information, pass /  fail stats, perfmon integration, result graphing, etc.</p>
<ul>
<li>Zanebug introduces the Repeat attribute for methods, its works in this way:</li>
<li>In NUnit you have Setup, and TearDown attributes, that do   initialization and termination code for the TestFixture. A nice feature   of Zanebug is Method specific setups and teardowns:</li>
<li>The graphical user interface of Zanebug is more friendly and has more information than NUnit.</li>
</ul>
<p>Visit Testertools.com for <a href="http://testertools.com/cc/zanebug-3/"><strong>Zanebug</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/new-testertool-zanebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JetBrains introduce new code-coverage tool for .NET developers,</title>
		<link>http://www.testertools.com/blog/jetbrains-introduce-new-code-coverage-tool-for-net-developers/</link>
		<comments>http://www.testertools.com/blog/jetbrains-introduce-new-code-coverage-tool-for-net-developers/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 17:02:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Testing Tools]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[dotCover]]></category>
		<category><![CDATA[dotTrace 4]]></category>
		<category><![CDATA[JetBrains]]></category>
		<category><![CDATA[Oleg Stepanov]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=1903</guid>
		<description><![CDATA[<br/>JetBrains, a provider of productivity-enhancing development tools, introduced dotCover, a new code-coverage tool for .NET developers, and dotTrace 4 Performance, a reworked version of its .NET profiling tool.
According to sdtimes.com the tool extends Microsoft Visual Studio and its .NET productivity offerings,
dotCover, an extension to Visual Studio, highlights code that was not covered during a unit ]]></description>
			<content:encoded><![CDATA[<br/><p><strong>JetBrains</strong>, a provider of productivity-enhancing development tools, introduced <strong>dotCover</strong>, a new code-coverage tool for <strong>.NET</strong> developers, and <strong>dotTrace 4 </strong>Performance, a reworked version of its .NET profiling tool.</p>
<p>According to sdtimes.com the tool extends Microsoft Visual Studio and its .NET productivity offerings,</p>
<p>dotCover, an extension to Visual Studio, highlights code that was not covered during a unit test and detects which unit tests covered a particular area in the code. This helps .<strong>NET</strong> developers ensure that every line that should be covered in a unit test is covered, according to the Prague-based company. The tool also aggregates data from multiple coverage sessions, merges collected snapshots and generates XML-based code-coverage reports.</p>
<p>Working within <strong>Visual Studio 2005, 2008 </strong>or 2010, dotCover analyzes statement-level code coverage in .NET Framework and Silverlight applications, and it integrates with JetBrains’ ReSharper unit testing tool set.</p>
<p>dotCover also provides a console utility, enabling users to use it with a continuous integration server.</p>
<p>“We felt it would be fitting to give .NET developers a tool to help them see how successful they are in their unit-testing practices,” said <strong>Oleg Stepanov</strong>, .NET division project lead for JetBrains. “[dotCover enables] developers to instantly see any lapses in code coverage, and at the same time integrate into corporate development and reporting workflow,” he added.</p>
<p>In addition to dotCover, dotTrace 4 Performance is an upgrade from JetBrains’ .NET profiler offering. After being an all-in-one memory and performance profiler, dotTrace splits into two products, the company said. dotTrace 4 Performance is the .NET performance tool and will be followed by the introduction of dotTrace 4 Memory in several months.</p>
<p>This reworked tool helps .NET developers get accurate information on performance bottlenecks in a variety of .NET applications, including those built on .NET Framework 4, .NET Compact Framework 3.5 and Silverlight 4.</p>
<p>With dotTrace 4, users can profile complex desktop and server applications as well as remote applications. They can also assess how removing a particular bottleneck would affect the overall application performance, the company said.</p>
<p>dotCover is offered now until Jan. 1, 2011, at an introductory price of US<strong>$49</strong> per personal license or <strong>$99</strong> per commercial license. All licenses include one year of free upgrades and technical support.</p>
<p><strong>dotTrace 4</strong> Performance comes in Standard and Professional editions. Commercial pricing starts at $399. Users can also purchase a bundle of dotTrace 4 Performance and dotTrace 3.5 Memory, a memory profiler with support for the latest .NET Framework, at a discounted price. Those with licenses purchased on or after <strong>Dec. 17, 2008</strong>, can be upgraded to dotTrace 4 free of charge.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/jetbrains-introduce-new-code-coverage-tool-for-net-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Specialized Products Company Introduces the NetTool Pro Series II Inline Network Testers</title>
		<link>http://www.testertools.com/blog/specializedproductscompany-introduces-the-nettool-pro-seriesinlinenetworktesters/</link>
		<comments>http://www.testertools.com/blog/specializedproductscompany-introduces-the-nettool-pro-seriesinlinenetworktesters/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 11:35:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Testing Tools]]></category>
		<category><![CDATA[Network Testing]]></category>
		<category><![CDATA[commercial licence]]></category>
		<category><![CDATA[Network Testers]]></category>
		<category><![CDATA[one-source system]]></category>
		<category><![CDATA[payed]]></category>
		<category><![CDATA[Specialized Products Company]]></category>
		<category><![CDATA[USB interface]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=1492</guid>
		<description><![CDATA[<br/>
The NetTool Pro Series II Inline Testers, now available through Specialized Products Company, offers network technicians a one-package solution to a myriad of connectivity problems.
Now available for immediate shipment from Specialized Products Company, http://www.specialized.net/Specialized/Content/Fluke-Networks-NetTool-Pro-SeriesII-Inline-Network-Testers.aspx, are the Fluke NetTool Pro NTS2-Pro Inline Network Tester, the Fluke Networks NTS2-NSKIT Service Kit and the Fluke Networks Pro Series ]]></description>
			<content:encoded><![CDATA[<br/><p><img class="alignleft" src="http://www.specialized.net/Specialized/Repository/NetTool_Head.jpg" alt="" width="590" height="165" /></p>
<p>The <strong>NetTool Pro</strong> Series II Inline Testers, now available through Specialized Products Company, offers network technicians a one-package solution to a myriad of connectivity problems.</p>
<p>Now available for immediate shipment from Specialized Products Company, <a href="http://www.specialized.net/Specialized/Content/Fluke-Networks-NetTool-Pro-SeriesII-Inline-Network-Testers.aspx" target="_blank">http://www.specialized.net/Specialized/Content/Fluke-Networks-NetTool-Pro-SeriesII-Inline-Network-Testers.aspx</a>, are the Fluke NetTool Pro NTS2-Pro Inline Network Tester, the Fluke Networks NTS2-NSKIT Service Kit and the Fluke Networks Pro Series II NTS2-VOIP VoIP Inline Network tester.  The NetTool Pro Series II can easily and efficiently provide a one-source system to test cable, network and PC configurations.</p>
<p><img class="alignleft" src="http://www.specialized.net/Specialized/Repository/FN-044x588_86.jpg" alt="" width="350" height="350" /></p>
<p>Capable of verifying network connectivity and availability quickly, the<strong> Fluke NetTool Pro </strong>NTS2-Pro Inline Network Tester combines powerful NetProve diagnostics, inline Gigabit vision and VoIP Phone PC configuration in one palm-sized tool.  The NetTool Pro NTS2 comes standard with a rubber boot, USB interface cable, wiremap adapter, four AA batteries, a Getting Started Guide and a resource CD with companion utility software and user manual.</p>
<p>The Networks NTS2-NSKIT Service Kit includes the NetTool 10/100/1000Mbps inline tester, VoIP option, monitoring and authentication option, NetProve diagnostics, IntelliTone toning, IntelliTone Pro 200 Probe, PC software, wiremappers #1-6, batteries, NiMH batter/charger kit, USB to mini-USB cable, Ethernet cable, CD User manuals and guide, TPAK meter hanging kit, and deluxe carrying case.</p>
<p>The NTS2-VOIP VoIP Inline Network Tester provides inline, reporter and PoE voltage testing capabilities.  The tester includes 10/100 Mbps inline, VoIP option, NetTool Blaster PC software, cable identifier, set of 4 AA batteries, serial cable Ethernet cable, Getting Started Guide, CD with user manual and a soft carrying case.</p>
<p>These testers are prominently featured on the Specialized Products Company website, <a href="http://www.specialized.net/" target="_blank">www.specialized.net</a>, showcasing over 10,000 competitively priced installation, field service and repair solutions. Specialized Products Company offers the most comprehensive selection of off-the-shelf tool kit solutions for professional system integrators and installers in the world.</p>
<table style="height: 90px;" border="0" cellspacing="0" cellpadding="3" width="214">
<tbody>
<tr>
<td colspan="2" valign="bottom"></td>
<td></td>
</tr>
<tr>
<td valign="bottom"></td>
<td valign="bottom"></td>
<td></td>
</tr>
<tr>
<td valign="bottom"></td>
<td valign="bottom"></td>
<td></td>
</tr>
<tr>
<td valign="bottom"></td>
<td valign="bottom"></td>
</tr>
</tbody>
</table>
<p>To buy this product click <a href="http://www.specialized.net/Specialized/Fluke-NetTool-Pro-Series-II-NTS2VOIP-VoIP-Network-Tester-245.aspx" target="_blank">here </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/specializedproductscompany-introduces-the-nettool-pro-seriesinlinenetworktesters/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Typemock releases Isolator 2010 &#8211; .Net Unit testing framework</title>
		<link>http://www.testertools.com/blog/typemock-releases-isolator-2010-net-unit-testing-framework/</link>
		<comments>http://www.testertools.com/blog/typemock-releases-isolator-2010-net-unit-testing-framework/#comments</comments>
		<pubDate>Mon, 31 May 2010 12:06:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Testing Tools]]></category>
		<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[Isolator 2010]]></category>
		<category><![CDATA[Typemock]]></category>
		<category><![CDATA[unit testing tool]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=1432</guid>
		<description><![CDATA[<br/>Typemock has released unit testing tool Isolator 2010.  Integrating into Visual Studio and TFS, Typemock can change the behavior of any object methods, static methods, sealed classes or private methods.  Isolator 2010 provides a simplified unit testing framework which reduces time to market and lowers to market.

To download from testertools.com click here 
]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://oohooo.com/itemimages/47itimg"><img class="alignleft" src="http://oohooo.com/itemimages/47itimg" alt="Typemock" width="240" height="240" /></a>Typemock has released <strong>unit testing tool</strong> Isolator 2010.  Integrating into <strong>Visual Studio</strong> and <strong>TFS</strong>, <strong>Typemock</strong> can change the behavior of any object methods, static methods, sealed classes or private methods.  Isolator 2010 provides a simplified unit testing framework which reduces time to market and lowers to market.</p>
<p><img class="alignleft" src="http://site.typemock.com/storage/feature-images/xmlDocs.png?__SQUARESPACE_CACHEVERSION=1253010822471" alt="" width="594" height="320" /></p>
<p>To download from <span style="color: #008aad;"><strong>testertools.com</strong></span> click <a href="http://testertools.com/typemock-isolator-2010/">here </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/typemock-releases-isolator-2010-net-unit-testing-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Tester Tool &#8211; NMock</title>
		<link>http://www.testertools.com/blog/nmock-%e2%80%93-mock-object-library-for-net-testing/</link>
		<comments>http://www.testertools.com/blog/nmock-%e2%80%93-mock-object-library-for-net-testing/#comments</comments>
		<pubDate>Tue, 18 May 2010 10:46:25 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[.Net Testing Tools]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[NMock]]></category>
		<category><![CDATA[NMock 2.0 Release Candidate 2]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=1186</guid>
		<description><![CDATA[<br/> NMock is a dynamic mock object library for .NET. Mock objects make it easier to test single components—often single classes—without relying on real implementations of all of the other components. This means we can test just one class, rather than a whole tree of objects, and can pinpoint bugs much more clearly. Mock objects ]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://www.nmock.org/"><img src="http://www.nmock.org/nmock-logo.png" alt="NMock Logo" width="236" height="60" /></a><a href="http://nmock.org/"><strong> NMock</strong></a> is a dynamic mock object library for <strong>.NET</strong>. Mock objects make it easier to test single components—often single classes—without relying on real implementations of all of the other components. This means we can test just one class, rather than a whole tree of objects, and can pinpoint bugs much more clearly. Mock objects are often used during<strong> Test Driven Development.</strong></p>
<p><strong>NMock 2.0 Release Candidate 2</strong> is now available! The original NMock was a .NET port of the <strong>Java-based DynaMock</strong>, whereas NMock 2.0 is inspired by the newer jMock library. Expectations are defined using a much more “conversational” style, including plenty of syntactic sugar to improve clarity.</p>
<p>A dynamic mock object: * takes on the interface of another object, allowing it to be substituted for a real one for testing purposes.<br />
* allows expectations to be defined, specifying how the class under test is expected to interact with the mock.<br />
* fails the test if any of the expectations are violated.<br />
* can also act as a stub, allowing the test to specify objects to be returned from mocked methods.</p>
<p>Features specific to<strong> NMock:</strong> * expectations are specified beforehand and verified on the fly as the code under test is being executed, rather than afterwards using assertions. This has the advantage that mocks fail fast, allowing you to easily pinpoint the exact point the test failed, using a stack trace or debugger.<br />
* mock implementations of interfaces are generated on the fly at runtime, which avoids having to add a code generation step to the build.<br />
* error messages clearly show the reason for the failure.<br />
* flexible expectations can be built up using the constraint library.</p>
<p>The best way to see how <strong>NMock</strong> works is to read the <a href="http://nmock.org/quickstart.html">Quickstart (5 minutes)</a> or the <a href="http://nmock.org/tutorial.html">Tutorial (15 minutes)</a>. Developers who already have experience with mock objects will find everything they need to know on the Cheat Sheet.</p>
<p>Goto <a href="http://testertools.com/nmock-mock-object-library-for-net/" target="_blank">TesterTools</a> for more detail.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/nmock-%e2%80%93-mock-object-library-for-net-testing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New TesterTools &#8211; Visual Studio Team System</title>
		<link>http://www.testertools.com/blog/new-testertools-visual-studio-team-system/</link>
		<comments>http://www.testertools.com/blog/new-testertools-visual-studio-team-system/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 13:40:50 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[.Net Testing Tools]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=363</guid>
		<description><![CDATA[<br/>
Visual Studio Team System Test Edition includes a suite of test tools that are integrated closely with Visual Studio, they work not only in their own testing framework, but also within a larger framework of software life cycle tools.
Test Edition lets you create, manage, edit, and run tests, and also obtain and store test results.
Several ]]></description>
			<content:encoded><![CDATA[<br/><p style="text-align: center;"><a href="http://www.testertools.com/blog/wp-content/uploads/2009/12/800px-Visual_Studio_2005_Team_Suite_with_a_bug_rate_report1.png"><img class="size-medium wp-image-744 aligncenter" title="800px-Visual_Studio_2005_Team_Suite_with_a_bug_rate_report" src="http://www.testertools.com/blog/wp-content/uploads/2009/12/800px-Visual_Studio_2005_Team_Suite_with_a_bug_rate_report1-300x195.png" alt="" width="300" height="195" /></a></p>
<p style="text-align: left;"><a href="http://msdn.microsoft.com/en-us/library/ms182409%28VS.90%29.aspx" target="_blank">Visual Studio Team</a> System Test Edition includes a suite of test tools that are integrated closely with <strong>Visual Studio</strong>, they work not only in their own testing framework, but also within a larger framework of software life cycle tools.<br />
<strong>Test Edition</strong> lets you create, manage, edit, and run tests, and also obtain and store test results.</p>
<p style="text-align: left;">Several test types, including unit, Web, load, and manual tests, are integrated into <strong>Visual Studio</strong>. In addition, the measurement of code coverage is included. To learn more about the different available test types..You run tests by using the <strong>Visual Studio IDE</strong>. Additionally, you can run groups of tests or any single test other than the manual test type from a command line. Because the testing tools are integrated with the other parts of the Visual Studio Team System, you can publish results to a database, generate trend and historical reports, compare different kinds of data, and see how many and which bugs were found because of testing.</p>
<p>Visit Visual  Studio Team System<a href="http://msdn.microsoft.com/en-us/library/ms182409%28VS.90%29.aspx" target="_blank"> here </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/new-testertools-visual-studio-team-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Testertools &#8211; NDoc Code Documentation Generator</title>
		<link>http://www.testertools.com/blog/new-testertools-ndoc-code-documentation-generator/</link>
		<comments>http://www.testertools.com/blog/new-testertools-ndoc-code-documentation-generator/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 19:44:23 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[.Net Testing Tools]]></category>

		<guid isPermaLink="false">http://www.testertools.com/blog/?p=115</guid>
		<description><![CDATA[<br/>NDoc generates class library documentation from .NET assemblies and the  XML documentation files generated by the C# compiler (or with an add-on  tool for VB.NET).
NDoc Extensibility
Both the MSDN and VS.NET documenters support an extensibility model  that allows you to define your own tags and control where and how they  appear in ]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://www.testertools.com" target="_blank"></a><a href="http://ndoc.sourceforge.net/content/contrib.htm" target="_blank"><strong>NDoc</strong> </a>generates class library documentation from .NET assemblies and the  <strong>XML</strong> documentation files generated by the C# compiler (or with an add-on  tool for VB.NET).</p>
<h3>NDoc Extensibility</h3>
<p>Both the <strong>MSDN</strong> and<strong> VS.NET</strong> documenters support an extensibility model  that allows you to define your own tags and control where and how they  appear in the documentation. NDoc relies heavily on<strong> XSLT</strong> to generate  documentation and the extensibility model is based on XSLT as well.</p>
<p>The first step is to add your custom tag to the code comments in your  C# files, heres a example:</p>
<p><a href="http://www.testertools.com/blog/wp-content/uploads/2009/10/sasa.png"><img class="alignleft size-full wp-image-836" title="sasa" src="http://www.testertools.com/blog/wp-content/uploads/2009/10/sasa.png" alt="" width="575" height="570" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.testertools.com/blog/new-testertools-ndoc-code-documentation-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

