.NET news » Search results

Search results for query "test" (48):

Visual Studio 2012: What's New in Microsoft Test Manager 2012

The Visual Studio ALM Rangers team up to introduce some of the exciting new features in Visual Studio Test Manager 2012, including better exploratory testing, improved performance, video recording enhancements and many more.

Device Security Manager Powertoy for Windows Mobile 5.0 Released!

This test tool helps developers of Windows Mobile applications test various security policies for Windows Mobile devices.

It is designed as a desktop application that ships with a preset list of "security configurations". A security configuration can be thought of as a template, which contains a collection of individual policies and settings. For example, a security configuration could define policies such as whether unsigned applications are allowed to execute, whether RAPI is disabled etc. Using this tool, the developer can provision a Windows Mobile device with different configurations, and then test the application's behavior under these configurations. This tool can be used either on an emulator or an unlocked Windows Mobile device.

BDD Primer: Behavior-Driven Development with SpecFlow and WatiN

Behavior-Driven Development techniques let you test and code in the language of your business scenario. We’ll explain how the BDD cycle wraps traditional Test-Driven Development techniques and walk you through an example BDD development cycle for an ASP.NET application.

Ranorex - free GUI test and automation library for C++, Python and all .NET languages

Ranorex is a Windows GUI test and automation library for C++, Python and for all .NET languages. Applications and websites can be automated using Python script or a .NET program. All new Visual Studio 2005 controls are supported and can be automated.
2006-08-03 17:17:34   Source: Ranorex - free GUI test and...   Tags: Testing Software

WatinN to automate browser and test sophisticated ASP.NET AJAX sites

WatiN is a great .NET library for writing automated browser based tests that uses real browser to go to websites, perform actions and check for browser output. Combined with a unit test library like xUnit, you can use WatiN to perform automated regression tests on your websites and save many hours o
2010-08-06 10:20:00   Source: WatinN to automate browser and test...   Tags: ASP.NET

ASP.NET MVC 4: Test-Driving ASP.NET MVC

Learn best practices and techniques for enhancing the testability of your ASP.NET MVC applications.
2012-07-01 18:00:00   Source: ASP.NET MVC 4: Test-Driving ASP.NET MVC   Tags: ASP.NET

Performance Quiz #9 : IList List and array speed -- solution

In the test case as given there's a great deal of repeated work extracting the length of the array and accessing the items. This is because of the unusual property that arrays have -- they implement IList for potetially more than one T even due to inheritance. In the interest of economy alone then it is worthwhile to consolidate the IList implementations into some kind of secret helper but this has some consequences.

Short results:

Test Case Milliseconds
Test1: Array 54
Test2: List 8
Test3: ArrayWrapper 14
Test4: Array via foreach 9
Test5: List via foreach 11
Test6: Array via special 6
Test7: List via special 8
2006-03-12 08:46:00   Source: Performance Quiz #9 : IList List and array speed --...   Tags: Performance

Musings on Software Testing

Microsoft developer Wes Dyer describes the relative merits of Test Drive Development and Machine Learning.
2007-12-11 12:44:14   Source: Musings on Software Testing   Tags: Testing

Beyond the Boundaries of Visual Studio 2010 with WebUI Test Studio

Code Test Bed

Algorithm experimentation via dynamic code generation and compile
2010-10-25 08:53:00   Source: Code Test Bed   Tags: Algorithms