Showing results for Test - Azure DevOps Blog

Jan 1, 2012
0
0

Microsoft Test Manager stuck in “waiting for test controller” state

Importer
Importer

This is guest post by Deepak Mittal, who is Senior Support Engineer in this space.Problem description:Microsoft Test Manager is stuck in "waiting for test controller" status after completion of test execution.Resolution: MTM tracing: http://blogs.msdn.com/b/gautamg/archive/2011/01/20/how-to-enable-tracing-for-mtm.aspx ...

DevOpsCI/CDTest
Jan 1, 2012
0
0

How To: Associate automation programmatically

Gautam Goenka [MSFT]
Gautam Goenka [MSFT]

In my previous post, I mentioned about tcm testcase /import scenario.  The tcm testcase /import associates the test case artifact with automation (which is unit test or other test type). Another FAQ related to this scenario is - Q: How can I programmatically associate automation (because I want to do some customization of my own)? A: You ca...

DevOpsTest
Dec 30, 2011
0
0

How To: Get the Test Case associated with the unit test?

Gautam Goenka [MSFT]
Gautam Goenka [MSFT]

For running and managing unit tests using Microsoft Test Manager (MTM), the users have to do tcm testcase /import of the test assembly.  This step creates a test case work item corresponding to unit test on the client side.  With this, users can do many new scenarios – most importantly start viewing the history/trend of the result. A FAQ that I ha...

DevOpsTest
Dec 29, 2011
0
0

How To: Bulk edit action recording?

Gautam Goenka [MSFT]
Gautam Goenka [MSFT]

Microsoft Test Manager (MTM) has test runner using which one can do manual testing. One of the features that many folks use while doing manual testing using test runner is the Fast Forward feature. With this feature, a tester can do an action recording and later use that to fast forward the test with playback of the recording. A while back, this q...

DevOpsCommunityTest
Dec 28, 2011
0
0

Sample XPath utility for Coded UI Test

Gautam Goenka [MSFT]
Gautam Goenka [MSFT]

Some important notes before I talk about the utility - The attached sample utility adds support for XPath query to Coded UI Test for searching controls.  The utility uses built-in XPath parser and other classes of .NET and as such is conformant to .NET’s XPath Syntax.  The new utility assembly adds two extension methods to ...

DevOpsCommunityTest
Nov 28, 2011
0
0

QFEs and Hotfix Rollup Package for Microsoft Test Manager 2010

Charles Sterling
Charles Sterling

In response to your requests and feedback on Uservoice and Connect we have released several QFEs and a Hotfix Rollup Package for Microsoft Test Manager.  Highlights of these updates include:  For more information on the entire list of updates or for download information please see the blog post: QFEs for Microsoft Test Ma...

DevOpsTest
Oct 28, 2011
0
0

Using Lab Manager 2010 with Windows Azure Web Seminar Nov 1st

Charles Sterling
Charles Sterling

Our enterprise team with sticky minds has put together a Webcast on Load Testing in the Cloud. Abstract:With the introduction of Visual Studio 2010 and Windows Azure we now have the ability to easily create load testing scenarios on the cloud. Using the infrastructure of Windows Azure can provide a cost effective way to performance test your applic...

DevOpsTest
Oct 28, 2011
0
0

Coded UI Test Extension for 3rd party Windows Forms controls–How to?

Importer
Importer

Here is how one can add FULL Coded UI Test support for a 3rd party control based on Windows Forms technology. Implementation Method – Accessibility Accessibility means having equal access to web-based information and services regardless of physical or developmental abilities or impairments. Once implemented, it helps developers make their program...

DevOpsCommunityCI/CD
Oct 28, 2011
0
0

Coded UI Test Extension for 3rd party controls – the basics explained

Shubhra Maji MSFT
Shubhra Maji MSFT

Having developed a 3rd party control, wonder what it takes to go from NO support to FULL support for Coded UI Test? How to make the UI elements testable by Coded UI Test – to be able to create automated tests from manual recording, record user actions, generate code from user actions, add custom code to UI Tests and finally run those coded UI Tests...

DevOpsCommunityTest
Sep 21, 2011
0
0

Manual Testing Tools for Windows 8 Metro Style Applications

Abhishek Agrawai
Abhishek Agrawai

Windows 8 introduces metro style apps that can be built using Visual Studio 11 tools.  Along with development tools, Visual Studio 11 family also includes rich testing tools for the metro style apps. After building a Metro Style Application using Visual Studio, you can now install this application on a Windows 8 Device and start manual testing it. ...

DevOpsTest