Integrate Visual Studio Coded UI Test with VSTS/TFS Build pipeline
问题 I need to integrate VS Coded UI Test in VSTS/TFS build pipeline to test a Visual Studio Extension, however I could not find reference for this in MSDN, Is this possible with TFS 2015.2 and VSTS? 回答1: The recommended way is to use Visual Studio Test Task since Run Functional Test Task is deprecated. Use version 2.x or higher of the Visual Studio Test task together with phases to run unit and functional tests on the universal agent. For more details, see Testing with unified agents and phases.