Showing category results for Test

Dec 19, 2012
Post comments count0
Post likes count0

Visual Studio 2012 C++ CppUnitTestFramework targeting the Visual Studio C++ 2010 compiler

Charles Sterling

Slow news day here at Microsoft; trolling my inbox noticed two things that might be of interest to the ALM Community. Using the C++ Unit Testing Framework targeting the 2010 complier and we have (found and) updated the “Team Foundation Server Migration and Integration Solutions page on MSDN”.  Visual Studio 2012  C++ CppUnitTe...

DevOpsTest
Dec 11, 2012
Post comments count0
Post likes count0

Troubleshooting tips for cross browser testing in Coded UI Test

Saima_MSFT

I assume in this blog that you have basic knowledge of cross browser testing with Coded UI Test. You can visit this link which introduces cross browser testing with Coded UI Test , and also calls out the known limitations with this release. I also assume you are familiar with Coded UI Test Html logs used for troubleshooting.  This link is a go...

DevOpsTest
Nov 28, 2012
Post comments count0
Post likes count0

Code Coverage in Microsoft Test Manager in Visual Studio Update 1

Charles Sterling

Another in the ALM MVP Blog series. This article was written by Mike Douglas one of our most active ALM Rangers contributing to a bunch of the ALM Ranger projects!  Make sure and check out Mikes article: Continuous Feedback using Storyboarding, Code Reviews, and the Feedback Tool in Visual Studio 2012 ALM  (The ALM Ranger projects are projects th...

DevOpsCI/CDTest
Nov 26, 2012
Post comments count0
Post likes count0

Introducing SharePoint Emulators

Joshua Weber-MSFT

The Visual Studio team is pleased to announce availability of Visual Studio 2012 SharePoint Emulators. Unit testing for SharePoint code is difficult. Ideally you would like to isolate code under test from the surrounding SharePoint framework. Isolation frameworks, such as Microsoft Fakes, can enable this code isolation. Unfortunately, as anyone who...

DevOpsTest
Nov 20, 2012
Post comments count0
Post likes count0

Retrying failed playback actions with Coded UI

Srishti [MSFT]

This blog assumes that you have basic understanding of Coded UI and are familiar with the code generated from a recording on Winforms, WPF or Web applications. A lot of times, while running a UI test, our test runs into an unexpected pagestate, say an unexpected error dialog, dismissing which would make our test work, or maybe the server takes ...

DevOpsTest
Nov 8, 2012
Post comments count0
Post likes count0

Migrating Coded UI Test Projects on VS 2012

Aditya_msft

In Visual Studio 2012, Coded UI Test projects provide silent upgrade features where if you open a Coded UI Test project which was created in Visual Studio 2010 SP1, it will get repaired automatically to support both Visual Studio 2012 & Visual Studio 2010 SP1. Similarly if you create any new Coded UI Test project in Visual Studio 2012, you can ...

DevOpsCI/CDTest
Nov 8, 2012
Post comments count0
Post likes count0

Coded UI Test: Why does application close after each test in Visual Studio 2012?

Aditya_msft

 In Visual Studio 2010 SP1, Coded UI Test added a flag CloseOnPlaybackCleanup to ApplicationUnderTest class. For cases where an application is launched during test run, this flag helps determine whether to close the application under test after test is over.  Default value for the flag was set to true (closes the application) as it is not advisable...

DevOpsCI/CDTest
Nov 8, 2012
Post comments count0
Post likes count0

Enabling Tracing and HtmlLogger in Coded UI Test

Aditya_msft

Enabling HtmlLogger & Tracing in Coded UI Test There have been a few changes in Visual Studio 2012 how Coded UI Test are run & how to enable logging. Now we can have both .NET v4.0 & v4.5 type Coded UI Test projects. Note this is an extension to previous blog on enabling tracing for Coded UI Test which is also applicable for Coded ...

DevOpsTest
Nov 1, 2012
Post comments count0
Post likes count0

UI Testing SharePoint 2010 with Visual Studio 2012

Srishti [MSFT]

Microsoft Visual Studio 2012 provides complete record and play support through Coded UI for performing UI validations on Sharepoint 2010 applications. Recording and playing back on a sharepoint application is no different from recording on any webpage on Internet Explorer as internally the Coded UI IE plugin is being used. This blog assumes that y...

DevOpsTest
Oct 31, 2012
Post comments count0
Post likes count0

Microsoft exam 70-497: Software Testing with Visual Studio 2012

Charles Sterling

  We just released a new Microsoft Exam  “Software Testing with Visual Studio 2012” which covers manage the process of running tests, creating and monitoring bugs, and managing and mitigating issues that a software organization has in controlling test coverage for project requirements. Mainly focusing on Microsoft Test Manager 2012. Wha...

DevOpsTest