Showing archive results for 2012

Jul 9, 2012
Post comments count0
Post likes count0

Using the IntelliTrace Standalone Collector Remotely

Bill Horst

This post pertains to the IntelliTrace Standalone Collector, a new feature associated with Visual Studio 2012.  The Standalone Collector allows you to collect IntelliTrace logging information on one machine (e.g. a production server) and analyze the log on another machine (e.g. the dev machine in your office).  This post will specificall...

DevOpsCI/CDGit & Version Control
Jul 9, 2012
Post comments count0
Post likes count0

Javascript Unit Tests on Team Foundation Service with Chutzpah

Mathew Aniyan MSFT

Significant investments were made in Visual Studio 2012 Unit Testing to make it extensible. A number of frameworks and test runners have built adapters for Visual Studio. Peter Provost maintains a list of Plugins here. For Javascript Unit Testing in Visual Studio, Matthew Mannela has released Chutzpah, an open source Javascript Test Runner.  Chutzp...

DevOps
Jul 8, 2012
Post comments count0
Post likes count0

UI Test Plugin for Silverlight Applications

Mathew Aniyan MSFT

Using the Microsoft Visual Studio UI Test plugin for Silverlight, you can create Coded UI Tests or action recordings for Silverlight applications. Action recordings let you fast forward through steps in a manual test using Microsoft Test Manager. Coded UI Tests let you record actions, generate code and play back user interface tests using Microsoft...

DevOps
Jun 27, 2012
Post comments count0
Post likes count0

Visual Studio 2010 Quick Reference Guide – Localised for Japan

Importer

The Japanese community, under the mentorship of Rex Tang (湯川 智彦), have localised the Visual Studio 2010 Quick Reference Guide. Release notes Rex Tang (湯川 智彦), Takaho Yamaguchi (山口 孝穂), Masashi Fujiwara (藤原 祐之), localized and reviewed the Quick Reference Guidance for the Japanese communities, based on http://vsarquickguide.codeplex.com/releases/v...

DevOpsCommunity
Jun 27, 2012
Post comments count0
Post likes count0

Visual Studio 2010 Branching Guide – Localized for Japan

Importer

The Japanese community, under the mentorship of Rex Tang (湯川 智彦), have localised the Visual Studio 2010 Branching Guide. Release notes Rex Tang (湯川 智彦), Takaho Yamaguchi (山口 孝穂), Hirokazu Higashino (東野 紘和), localized and reviewed the Branching Guidance for the Japanese communities, based on http://vsarbranchingguide.codeplex.com/releases/view/38...

DevOpsCommunity
Jun 21, 2012
Post comments count0
Post likes count0

Installing the TFS Plug-in through the Eclipse Marketplace

Martin Woodward

Now-a-days most versions of Eclipse come bundled with the Eclipse Marketplace Client which is, by far, the easiest way to find and install new plug-ins into Eclipse.  This includes Team Explorer Everywhere, the TFS Plug-in for Eclipse. Anyone can browse and search for Eclipse plug-ins by visiting the Eclipse Marketplace web site, where you can a...

DevOpsAzure DevOps Server
Jun 19, 2012
Post comments count0
Post likes count0

Visual Studio 2012 RC – What’s new in Code Coverage

Importer

  As product development adapts to the demands of continuous delivery models and agile methodologies, the developer is being entrusted with bringing in product changes with a higher quality bar. Besides strengthening processes to include quality checkpoints like gated check-ins, rolling builds and other regression checks, the developer can pro...

DevOpsCI/CD
Jun 18, 2012
Post comments count0
Post likes count0

Visual Studio 2012 RC – What’s new in Unit Testing

Importer

Unit Testing feature in Visual Studio 2012 has been very enthusiastically received by the developer community. Our focus during RC milestone was to respond to feedback we received from Visual Studio 11 Beta. This article talks about some of the new features that we have built during this milestone, many of which were driven by customer feedback.  ...

DevOps
Jun 16, 2012
Post comments count0
Post likes count0

Visual Studio Coded UI for Word Add-In v2 Sample Solution has shipped!

Willy-P. Schaub

We are pleased to announce that we have released the sample solution with support for Visual Studio 2012 RC. Overview This project delivers practical and scenario based sample code and guidance for the Visual Studio Coded UI Microsoft Word Add-in, which extends the Coded UI feature support to Microsoft Word documents. Without this Add-in,...

DevOpsCommunityTest
Jun 13, 2012
Post comments count0
Post likes count0

Creating Team Foundation Server 2012 Lab Management Standard Environments and getting error “Verify that the machines are accessible using the user name and password provided”

Importer

Getting ready for Code Camp Seattle i  decided to do a demo of Build-Deploy-Test using a non domain joined Windows 8  Release Preview machine as my lab management/hyper V Server creating a Windows 7 Standard Environment as my test environment. Unfortunately everything I did kept getting the error below in the verification step… “Verify that the m...

DevOps