microsoft-test-manager

How to associate a Build to the test plan in Microsoft Test Manager (MTM) 2010?

烂漫一生 提交于 2019-12-05 17:19:04
I am new using Microsoft Test tools, please help: When trying to run a test case from MTM, I am receiving the following warning message: Cannot create automated test run. A build associated with the active test plan is required to submit an automated test run Background info: I have created a Build definition in VS 2010 I have created a Build service host with Agents:Controller and Agent When I open MTM>Testing Center>Properties Build Configurations I can see my build definition selected in "Filter for Builds:" Problem: In MTM>Testing Center>Properties Build Configurations > " Build in use:"

“Microsoft Test Manager cannot install test agent on these machines” when creating new Lab Center environment

半腔热情 提交于 2019-12-05 16:34:53
I'm trying to create a new environment in Lab Center and I get the following error on the Verification step Text version: Verify that the machines are accessible using the user name and password provided. Failed JPTest: Microsoft Test Manager cannot install test agent on these machines. Possible causes: Machines are not running or they are not available on the network. The File and Printer Sharing exception is not enabled on the machines. I've verified (many times) that the File and Printer Sharing exception is enabled, and that the machine is available on the network. Also the username and

How to Export and Import Test Cases from Visual Studio Team Services into MS Excel

拥有回忆 提交于 2019-12-05 08:14:13
问题 I have a requirement to import the Excel Based Test Cases into VSTS and Export Test Cases from VSTS into MS Excel. VSTS(Not TFS) 回答1: You can use below way to export test cases from VSTS to MS excel: Define a query for the test case you want to export. Create new query for all test case -> specify Work Item Type = Test case . Connect in MS excel. MS excel -> Team ribbon -> New List -> Servers -> add -> input VSTS URL( https://account.visualstudio.com ) -> OK -> Close -> select a team project

NUnit Integration With Microsoft Test Manager

我的未来我决定 提交于 2019-12-04 17:11:41
I can import test cases to Microsoft Test Manager from unit test assembly created in Visual Studio using tcm testcase import command.When I try to import test cases but using NUnit assembly the command fails saying "No Tests found to import".Is there another way by which I can import test cases created in Nunit to Microsoft Test Manager? We were able to pick up our NUnit tests fine using tcm to import to MTM, by adding a TestMethodAttribute to our NUnit test methods. For example: namespace NUnit.Tests { using NUnit.Framework; [TestFixture] public class SuccessTests { [Microsoft.VisualStudio

Attach Current Build to Test

╄→尐↘猪︶ㄣ 提交于 2019-12-04 05:44:02
问题 I'm playing around with Microsoft Test Manager 2013 (though it appears it is just MTM2012) to try and get a better understanding of test cases and test suites as I want to use this at work. So I was hoping that I could run a test suite on a build which gets included in this test suite. That is what I WANT to do, but it could very well be wrong. So maybe a better scope of what I'm doing at work might lend to a better answer. My company makes tablet PC's. I write programs for those tablets. For

How to Export and Import Test Cases from Visual Studio Team Services into MS Excel

…衆ロ難τιáo~ 提交于 2019-12-03 21:59:56
I have a requirement to import the Excel Based Test Cases into VSTS and Export Test Cases from VSTS into MS Excel. VSTS(Not TFS) You can use below way to export test cases from VSTS to MS excel: Define a query for the test case you want to export. Create new query for all test case -> specify Work Item Type = Test case . Connect in MS excel. MS excel -> Team ribbon -> New List -> Servers -> add -> input VSTS URL( https://account.visualstudio.com ) -> OK -> Close -> select a team project -> connect -> choose Query list -> select the query you just created -> OK. Now all the test cases are

Show Test result Form test suites using TFS api

醉酒当歌 提交于 2019-12-01 06:23:33
I am working with a school project where I am going to analyse a companies defect database. They are using Microsoft Foundation Server (TFS). I am all new to TFS and the TFS api. I have some problem in getting the right data from TFS using the TFS Client Object Model . I can retrieve all Test Plans, their respective test suites and every test case that a specific test suite uses, but the problem comes when I want to see in which test suite I have a specific test result from a test case. Since more than one the suite can use the same test cases, I cant see in which suite the result came from. I

How do I grant permissions to manage test plans in VSO?

走远了吗. 提交于 2019-12-01 02:34:46
I am unsure whether this is the correct stackexchange site to ask this question, however it is about software tools commonly used by programmers (sort of). I am collection administrator of 100s of .net projects that I have recently migrated from an on-premise TFS to VSO. I am receiving requests from developers to grant them permission to create/manage test plans. Now, these developers are members of the "Developer" and "Contributor" groups and as such have the following permissions: But even so, they are unable to create test plans (using Microsoft Test Manager 2013). I have searched

How to migrate MTM Test Cases from TFS 2013 to VSTS?

我的梦境 提交于 2019-12-01 01:31:57
We have a legacy of thousands of manual Test Cases created in Microsoft Test Manager in our on premises TFS 2013. We are trying to move them to VSTS and it proved to be difficult. I. As far as I can see at the moment there is no official migration tool from Microsoft, although they are working on one for full data migration II. We've tried a few third party tools: OpsHub - free version has a 2500 limit which we exceed, and we can't justify $5,000 cost of commercial version TFS Integration Tools - doesn't seem to migrate Test Cases at all (documentation by the link confirms this) MTMCopyTool -

How to migrate MTM Test Cases from TFS 2013 to VSTS?

帅比萌擦擦* 提交于 2019-11-30 20:30:44
问题 We have a legacy of thousands of manual Test Cases created in Microsoft Test Manager in our on premises TFS 2013. We are trying to move them to VSTS and it proved to be difficult. I. As far as I can see at the moment there is no official migration tool from Microsoft, although they are working on one for full data migration II. We've tried a few third party tools: OpsHub - free version has a 2500 limit which we exceed, and we can't justify $5,000 cost of commercial version TFS Integration