Showing results for Test - Azure DevOps Blog

Sep 1, 2016
Post comments count0
Post likes count0

Announcing MSTest V2 Framework support for .NET Core 1.0 RTM

Pratap Lakshman
Pratap Lakshman

MSTest V2 is now supported on .NET Core 1.0 RTM. API changes in .NET Core 1.0 leading up to RTM (see #7754), were blocking users of the MSTest V2 packages we had released for .NET Core 1.0 RC2. Not any more (see #10713), we are pleased to note. This continues to be a preview release, and comes with following changes: Now ...

DevOpsCI/CDTest
Aug 23, 2016
Post comments count0
Post likes count0

Testing private/intranet applications using Cloud-based load testing

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

Cloud-based Load Testing Service can be used for performance and scale testing of an application by generating load from Azure. This type of load generation can only hit/generate load on an internet/publically accessible application. But we have seen many times customer needs to load test their application which is not publically accessible. Reason...

DevOpsAzure & CloudTest
Aug 22, 2016
Post comments count0
Post likes count0

Use cloud load agents on your infrastructure

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

This blog talks about how you can configure your own machines (physical/VMs) with Cloud-based Load Testing service to do a load test run. This is primarily useful when you want to load test an application which is not publically accessible. To get more context around this, please refer 'Load testing Applications behind Firewall using Cloud-based Lo...

DevOpsAzure & CloudTest
Aug 5, 2016
Post comments count0
Post likes count0

Evolving the Visual Studio Test Platform – Part 2

Pratap Lakshman
Pratap Lakshman

As promised in the previous post, what follows is a recap of all of the Testing-related features implemented and delivered in the Visual Studio 2015 cycle until now. Each of the features might be relevant at a different stage in the lifecycle, but together they serve the single purpose of enabling efficiency - and overlaid on the lifecycle graphic,...

DevOpsCI/CDTest
Jul 25, 2016
Post comments count0
Post likes count0

Evolving the Visual Studio Test Platform – Part 1

Pratap Lakshman
Pratap Lakshman

Three releases (VS 2015 Update 3, Visual Studio "15" Preview 3, MSTest V2) featuring Test Platform components in as many months indicate a path best traced by starting from the present. The Test Platform Presently, Visual Studio has an open and extensible test platform with tests being written using various test frameworks and run using a variety ...

DevOpsCI/CDTest
Jul 18, 2016
Post comments count1
Post likes count0

Speed up cloud-load test execution by retaining resources for quick consecutive runs

Prachi Bora (MSFT)
Prachi Bora (MSFT)

Validating application's performance by running a load test typically follows a test->fix->test loop, often repeated several times. After you have run an initial load test and made some changes (either on the app side or test side by fixing issues or tweaking configurations), you want to quickly validate if that works and gives you the desire...

DevOpsTest
Jun 29, 2016
Post comments count0
Post likes count0

The IntelliTest Reference Manual

Pratap Lakshman
Pratap Lakshman

There is something to be said about having a good tool box - after all picking the right tool for a job is also as much about picking the right job for a tool, and the bigger your toolbox, the better the chances are that the best tool you can muster will be the one appropriate for the job at hand. To get the most productivity improvements from usi...

DevOpsCI/CDTest
Jun 21, 2016
Post comments count2
Post likes count0

Remote testing – Distributing tests based on number of machines

Atin Bansal
Atin Bansal

With Sprint 102 deployment on Visual Studio Team Services, we have enabled tests from within an assembly to be distributed to remote machines using the Run Functional Tests task (formerly called Run Tests using Test Agent). This has been one of the bigger asks from customers around Remote testing. You will see a new check box in the task as below. ...

DevOpsCI/CDTest
Jun 17, 2016
Post comments count0
Post likes count0

Taking the MSTest Framework forward with “MSTest V2”

Pratap Lakshman
Pratap Lakshman

Recently, we announced MSTest Framework support for .NET Core RC2 / ASP.NET Core RC2 - this is "MSTest V2" as we fondly call it, and the release sets the direction for how we intend to evolve the MSTest framework. First, some context ... In Visual Studio we have an open and extensible test platform with tests being written using various test frame...

DevOpsCI/CDTest
May 30, 2016
Post comments count0
Post likes count0

Announcing MSTest Framework support for .NET Core RC2 / ASP.NET Core RC2

Pratap Lakshman
Pratap Lakshman

.NET Core RC2 and ASP.NET Core RC2 released just a couple of weeks back. They feature the introduction of the .NET CLI, major changes to the .NET Core SDK (formerly called DNX), the rebranding of ASP.NET 5 to ASP.NET Core, and more. You can read about these on the .NET team blog and the .NET Web Development team blog. We are now pleased to announc...

DevOpsCI/CDTest