Questions tagged [microsoft-test-manager]

Microsoft Test Manager provides the functionality for planning, creating, and running test cases.

Using Microsoft Test Manager you can plan, manage, and execute both manual and exploratory tests. You can also automate your manual tests once they are stabilized. While you are performing manual and exploratory tests, you can log bugs. The bug will contain a trace of your recent actions, a snapshot of the state of the system, and a copy of any notes you made while exploring the system. You can record your actions in the test case, so that they can be played back later.

You can also use Microsoft Test Manager to set up and manage lab machines. You can configure a virtual lab in which to install a distributed system, and link that lab to the test plan. Whenever you need to repeat tests, for example when you want to publish a change to your system, the lab can be reconfigured automatically.

Source: http://msdn.microsoft.com/en-us/library/vstudio/ms182409(v=vs.110).aspx (last paragraph)

395 questions
0
votes
1 answer

Associate Exploratory Test Cases with Test Plan

The following question is regarding Microsofts Test Manger, which is included with Microsoft Visual Studio 2012 Premium and higher. I have a hierarchic structure of test plans. Example: When I want to create a new test case I usually do an…
Sam
  • 1,301
  • 1
  • 17
  • 26
0
votes
1 answer

How to turn on Screen Recording in MTM?

MTM VISUAL STUDIO 2012 When I start exploratory testing in MTM , a message pops up and says "Screen Recording is disabled". Screen recording is only unavailable when I try to do Exploratory Testing. How do I turn on the Screen Recording in…
0
votes
0 answers

Is it possible to add all controls in a view to the automatically generated UIMap?

Is it possible to add all controls in a view to the automatically generated UIMap? I am writing a test to check if a control in a form has focus. The function that is beeing tested sets control.focus() if the control actually exists in this view.…
0
votes
1 answer

Building TFS projects for a sample test plan?

What I want to do is create a sample project and use it as a new build for learning MTM (Microsoft Test Manager).I am going through this video…
0
votes
1 answer

unable to run an automated test on agent machine using test manager

Following error is displayed on running an automated test on an agent machine via Test Manager. The test run is successful on local machine for the same build and same test. System.IO.FileNotFoundException: Could not load file or assembly…
Varun Bajpai
  • 545
  • 5
  • 20
0
votes
1 answer

MTM 2010-Running Test Case Can't see excepted result,and got html tags in the steps

i am using Microsoft Test Manager 2010 and TFS 2012, The problem started when the company changed to tfs 2012 from 2010, we have installed SP1 and the GDR Update for tfs 2012. First Part Of the problem -when you try to edit one of the steps 2 html…
Cfir TSabari
  • 372
  • 3
  • 13
0
votes
1 answer

Recovering the TestCase category after accidently moving failed TestCases back to Active in Microsoft Test Manager

I was having a FolderA created in a TestSuite under Microsoft Test Manager. Ran the TestCases one after another and now I have 15 TestCases Failed and 15 Passed and 15 Active, as category in the TestPlan. Now, next day I got insane and moved my…
Sumeet
  • 905
  • 1
  • 14
  • 32
0
votes
1 answer

TFS and clicking hyperlinks

I have some buttons in my web (javascript based) application. And I can record consecutive steps which I use these button in. The problem appears when I want to click a hyperlink. TFS doesn't recognize it - everything seems to be fine while…
Nickon
  • 9,652
  • 12
  • 64
  • 119
0
votes
2 answers

Can you run two test cases simultaneously in a Test Suite in Microsoft Test Manager 2010?

I am trying to create a unit test to run on two machines in Microsoft Test Manager 2010. In this test I want some client and server side test code to run simultaneously; the client side test being dependent on server side test working…
andrew_scfc
  • 645
  • 3
  • 16
0
votes
1 answer

Microsoft Test Manager

I am trying to record and perfom manual test with MTM. Has anyone recorded SSN number or adding m date manually in the application with MTM, having AJax MASK control. I am unable to playback action once recorded my action fails. looking for…
0
votes
3 answers

How can i automate my test cases using test Microsoft Test Manager?

I am currently working on Microsoft Test Manager. We are not using MTM for any automation, what we do is just pass or fail the test cases manually. Please suggest me if there any possible way for start automating my test cases. If there is any…
0
votes
1 answer

Test manager, changed a shared step and all tests want to be re-recorded

In microsoft test manager, I have changed a shared step and now all the test cases that used that shared step have the message "The action recording cannot be loaded for..." which basically happens if you modify a step in the test case. Is there a…
0
votes
1 answer

Can I use MTM from VS2012 with visualstudio.com's TFS?

I'm trying to create some MTM coded ui tests and hook it up to my visualstudio.com tfs instance. I haven't had any luck getting it to connect. Is it possible to use microsoft's cloud tfs or azure of some sort rather than installing TFS on my…
Maslow
  • 18,464
  • 20
  • 106
  • 193
0
votes
1 answer

How to see the files of WorkingDirectory of QTAGent

I am running the automated tests from MTM on a test agent controlled by a Test controller. In my project folder BankAutomation I have a folder called the SQLScripts and inside that the file called "EmployyeSearchQuery.sql" .But when my project tries…
krrishna
  • 2,050
  • 4
  • 47
  • 101
0
votes
1 answer

Testers cannot publish test results in TFS 2010

We started to use MTM 2010 for creating and publishing test cases in TFS 2010. Unfortunately, users are not able to publish test results due to lack of permissions. I do not want to grant code access to testers. Currently, they have only “View…
Iza Pastoor
  • 192
  • 1
  • 4