Showing category results for Test

Jul 3, 2017
Post comments count0
Post likes count0

Deploy Visual Studio Test Agent Task – Test Machine Rebooting Scenarios

Deepak.Singhal [MSFT]
Deepak.Singhal [MSFT]

Deploy Visual Studio Test Agent (DTA) task in TFS/VSTS, is used for setting up Test Agent (TA) on multiple machines to run functional tests. Image below describes the functionality of the task and present reboot cases:   DTA Task & need of Auto-logon To run UI tests that interact with desktop, test machine must have a valid user inte...

DevOpsTest
Jun 13, 2017
Post comments count0
Post likes count0

Accelerated Continuous Testing with Test Impact Analysis – Part 3

Pratap Lakshman
Pratap Lakshman

At its core, TIA collects, and subsequently consults, a map of the dynamic dependencies of each test method as it is executing. As the test method is executing it will cover various methods - the source file in which those methods reside are the dynamic dependencies that get tracked. So, the mapping ends up like the following: and so on … Later,...

DevOpsTest
May 22, 2017
Post comments count0
Post likes count0

Visual Studio Team Services demonstrates how Microsoft Loves Java

Paul T. Barham
Paul T. Barham

To demonstrate our continued commitment to support Java developers and their full lifecycle DevOps needs with Visual Studio Team Services (VSTS) and Team Foundation Server (TFS), I want to share some of our recent and exciting Java-related feature announcements. Our teams are working with large and small Java teams every day to better understand th...

DevOpsAzure & CloudCommunity
May 16, 2017
Post comments count0
Post likes count0

Accelerated Continuous Testing with Test Impact Analysis – Part 2

Pratap Lakshman
Pratap Lakshman

The previous post introduced how - for a given code commit - TIA will select and run only the relevant tests required to validate that commit. Thus, without sacrificing quality, both the testrun and its enclosing CI definition will complete faster. Here is how that translated to reality for one of our teams: The top graph plots the time-to-compl...

DevOpsCI/CDTest
May 9, 2017
Post comments count0
Post likes count0

Visual Studio Test Platform, MSTest V2 – Transparent Development

Pratap Lakshman
Pratap Lakshman

Transparent development enables collaboration. When we open sourced the Visual Studio Test Platform and the MSTest Test Framework "MSTest V2", we shared out links to issues, implementation and our roadmap. Here are all the links (including links to groomed backlogs and RFCs) for your convenience: Visual Studio Test Platform: Implementation: http...

DevOpsCI/CDTest
May 5, 2017
Post comments count0
Post likes count0

Using ‘Visual Studio Agent Deployment’ task on machines not connected to the internet

Prachi Bora (MSFT)
Prachi Bora (MSFT)

'Run Functional Tests' (RFT) task is used for running functional tests using remote machines or to run tests in a distributed manner using multiple machines. With TFS 2017 Update 2 and VSTS, You can use "Run Functional Tests" task to run tests using Visual Studio Test Agent 2017. The RFT task needs a companion 'Deploy Test Agent' task that deploys...

DevOpsTest
Apr 5, 2017
Post comments count0
Post likes count0

MSTest V2 is open source

Pratap Lakshman
Pratap Lakshman

As promised, we announced the open sourcing of MSTest Test Framework "MSTest V2". The community now has a fully supported, open source, cross-platform implementation of the MSTest V2 portfolio with which to write tests targeting .NET Framework, .NET Core and ASP.NET Core on Windows, Linux, and Mac. Here are the public repositories on GitHub where ...

DevOpsCI/CDTest
Mar 26, 2017
Post comments count0
Post likes count0

VSTest task dons a new avatar – testing with unified agents and phases

Prachi Bora (MSFT)
Prachi Bora (MSFT)

Visual Studio Test (VSTest) and the Run Functional Test (RFT) tasks are used widely for continuous testing with Team Build and Release Management. As we thought about how test execution in the pipeline should evolve the guiding principles were to ensure that test execution in the pipeline is fast and reliable for all types of tests, be it unit test...

DevOpsTest
Mar 2, 2017
Post comments count0
Post likes count0

Accelerated Continuous Testing with Test Impact Analysis – Part 1

Pratap Lakshman
Pratap Lakshman

Continuous Testing in DevOps In older testing strategies, large software changes were tested as a complete product after a so called "release to QA", running almost all tests just before release. We know the downsides to that. On the other hand, DevOps is all about a fast development to delivery pipeline and continuous delivery of value. Releases ...

DevOpsCI/CDTest
Feb 25, 2017
Post comments count0
Post likes count0

MSTest V2 – Now and Ahead

Pratap Lakshman
Pratap Lakshman

MSTest V2 has crossed 100K downloads. It has been but just a few months since we shipped it on NuGet. Over this course of time, you have reported issues and given us feedback, and we have tried to address them as fast as we can, refreshing the bits at a feverish pace. We are now at a stage where, as of v1.1.11 MSTest V2 has shed the pre-release tag...

DevOpsCI/CDTest