Questions tagged [mtm]

Use Microsoft Test Manager (MTM) to help you test the application you built. MTM stores your test plans and results on Team Foundation Server (TFS)

144 questions
0
votes
2 answers

Proactive export testcases from MTM

Today faced a challenge, due to some infrastructure issue our TFS and MTM was down and the whole testing team was sitting idle as they can't access their test scripts. Is there a way that we can export/download test scripts from MTM to local machine…
VSharma
  • 348
  • 2
  • 12
0
votes
0 answers

Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.Common, Version=12.0.0.0' with LabDefaultTemplate.11.xaml

Currently we are upgrading our tfs server from 2012RTM to 2013update3. We encounter following exception when to do BDT on Lab center. Build controller: tfs2013 update3 Test controller: tfs2012 update 4 Test agent: tfs2012 update 4 Lab template:…
Amitabha
  • 1,693
  • 2
  • 25
  • 42
0
votes
1 answer

In TFS or MTM, is there a way to lock a test case workitem from being edited once it has a test execution record associated to it?

In MTM (or TFS) 2010, I want to be able to lock a Test Case work item from being modified (description or steps) once it has been executed (has 1 or more execution history records). I am having problems were testers are linking test cases executed…
0
votes
1 answer

TFS Api - trigger test run conditionally (when new files come)

I'm trying to get acquainted with test automation using Microsoft TFS Api. I've created the program which runs my test set - it uses code similar to one described here, e.g.: var testRun = _testPoint.Plan.CreateTestRun(false); testRun.DateStarted =…
Rodion Gorkovenko
  • 2,670
  • 3
  • 24
  • 37
0
votes
1 answer

Remote Execution throws "Unable to get reference to the document"

All of a sudden, my remote executions are throwing "Initialization method TCS_Automation.CheckoutPaymentPage.CheckoutPaymentVeifyOrderCompleteForAllUsers.MyTestInitialize threw exception.…
Ryan Cox
  • 938
  • 1
  • 7
  • 22
0
votes
1 answer

How to link a bug created on Microsoft Test Manager to TFS?

I want to be able to see the bugs created on MTM in TFS without having to manually create them again. If anybody has any insight on how to automate this process please help. Thanks
0
votes
2 answers

Setting value in MTM parameter using C# (Coded UI)

In our test we have requirement where data is created using Coded UI test and has to be passed into MTM and utalize from there in different scripts. In other words, rather than taking data from MTM into coded ui test, i need to send data into MTM…
0
votes
1 answer

In MTM Can we create new test case based on the existing test case (copy old test case and modify to create new)

is there any way possible to create new test case based on the existing test case like i want to just update one step and rest of the thing i want to copy from old test case. Is it possible in Microsoft Test Manager (MTM)
shyam_
  • 2,370
  • 1
  • 27
  • 50
0
votes
1 answer

Specflow for UI automation

For our project, TDD approach is followed by the developed team. But BA's write the user story in same format of example AS AN : Anonymous Customer (ACUST) I WANT : to filter my search results by colour SO THAT : I can only see products in the…
Ankit
  • 169
  • 1
  • 4
  • 16
0
votes
1 answer

tfs 2012 failed to run test case: Error calling Initialization method for test class

Recently we found our integration test failed unexpected with following exception: We even remeber that we have changed nothing to TFS BDT workflow and test case. Error exception: Error calling Initialization method for test class …
Amitabha
  • 1,693
  • 2
  • 25
  • 42
0
votes
1 answer

Pass parameter to testsettings setup script

I am using MTM to run Tests using a specific "Test Settings". I added a Setup script which is a batch file and its working fine. The batch file is echo %1 %2 Now I am not able to figure out how to pass argument to this batch file. I tried all the…
0
votes
1 answer

parallel execution using selenium and c# in VSTS integrating with MTM

can any please let know how to create and execute the multiple threads on a Coded-UI TestMethod ? My requirement is ,i must be able to execute the C# code in TestMethod on multiple browsers parallely when we click run in Microsoft Test Manager.We…
0
votes
1 answer

How to manage different test cases with Feature file in Specflow

We have manual testers who just write off their test cases in MTM and tfs sprint wise. We have to take the tests from there and we automate the stories in Specflow(BDD form). 1) The manual testers do not write all the test cases in a single story.…
Arpan Buch
  • 1,380
  • 5
  • 19
  • 41
0
votes
1 answer

Cannot see browser actions while running automation test from MTM

I am executing my automation tests from MTM, and they are getting successfully passed or failed. But can i see the live session of execution while i run my tests from MTM or Am i approaching this wrong? I have already setup Controller and one…
Ankit
  • 169
  • 1
  • 4
  • 16
0
votes
1 answer

All dlls that is needed for running the tests gets in one folder, so if any dll have the same name it will be overwritten. MTM

So my problem is the following. (Microsoft Test Manager, Test controller, test agent) I have a testplan that run tests on several services, some services are the same but different versions. The services with different version has the same name on…
Nagik
  • 31
  • 4
1 2 3
9
10