Showing results for March 2015 - Azure DevOps Blog

Mar 31, 2015
0
0

Generating excel reports for load test runs done in between 03/19-03/31

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

Recently there was a bug caused in our system due to which customers will not be able to see the relevant data in the Excel reports for their runs done during the following period. This will affect only the excel report generation of the run.   Incident start time – 03-19-2015 11:00:00 Incident end time –  04-01-2015 ...

DevOpsTest
Mar 23, 2015
0
0

Announcing 100 core support for VSO Cloud-based Load testing and more!

Jimson Chalissery [MSFT]
Jimson Chalissery [MSFT]

Cloud-based Load Testing with Visual Studio Online now supports  up to 100 cores for a single load test run. Until now in Cloud-based Load Testing, you could use up to 20 cores (10 agents) in a single load test run. With the support for 100 cores, you should be able to generate 5 times the concurrent users than before. For example, , in a ...

DevOpsAzure & CloudCI/CD
Mar 20, 2015
0
0

ALM webinars, conferences and events

Charles Sterling
Charles Sterling

After my last post on upcoming ALM Webinars i received a bunch of emails about other great ALM and DevOps events…So i spent some time putting them in chronological order. Hope this helps next time you are considering re-watching an old series on Netflix or increasing your knowledge about emerging trends in the DevOps space. ALM Webinars ...

DevOps
Mar 18, 2015
0
0

April and May DevOps Webinars by Northwest Cadence

Charles Sterling
Charles Sterling

The warm weather in Seattle has definitely seems to have had an effect on everything!  My feature team (Load Test) is ahead of schedule, the flower gardens are in full bloom and and the folks at Northwest Cadence seem to be ON FIRE with over 20 ALM and DevOps events for people to attend. With Dan, Rennie and Steve (one of the all time best ...

DevOps
Mar 16, 2015
0
0

Free Webinar on Professional Scrum Development by Richard Hundhausen March 18 2:00 PM PST

Charles Sterling
Charles Sterling

Good friend, noted author and fellow car fanatic is offering a webinar on Scrum development.See you there! Pro Scrum Development: A Conversation with Richard Hundhausen In this new webinar from Microsoft we will introduce you to the guy who literally wrote the book on Professional Scrum Development, Richard Hundhausen.  In this ...

DevOps
Mar 12, 2015
0
0

Visual Studio Online – Bugs not showing on the backlog?

Aaron Bjork
Aaron Bjork

UPDATED: Mar 13, 2015 We found the problem here and confirmed that it was isolated to just a few accounts, and for a short period of time.  If you run into this issue, the steps below should correct it.  Don't hesitate to reach out if you have any questions.  ----------------------- We're rolling out an update to Visual Studio Online that...

DevOps
Mar 11, 2015
0
0

CodeLens in Visual Studio Online is now in Public Preview for Europe region

Mathew Aniyan MSFT
Mathew Aniyan MSFT

 We are delighted to announce that the Public Preview of CodeLens in Visual Studio Online is now available to customers in the West Europe Region. CodeLens in Visual Studio Online was initially released as a Public Preview in Dec 2014. With the addition of Western Europe Region, all Visual Studio Online customers can now use CodeLens to explore ...

DevOpsGit & Version Control
Mar 9, 2015
0
0

Load testing Applications behind Firewall using Cloud-based Load Testing Service

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. It is often observed that application is deployed in the internal environment behind the firewall before it is deployed to production or you have an application that is deployed internally and accessible on your ...

DevOpsAzure & CloudTest
Mar 9, 2015
0
0

Editing the IntelliTrace collection plan

Angelos Petropoulos
Angelos Petropoulos

As you probably already know, Visual Studio offers an enhanced debugging experience through the use of IntelliTrace. Your application’s execution is recorded by IntelliTrace and you can navigate through time, both backwards and forwards, and examine your code as you normally would during a debugging session by interacting with the Call Stack and ...

DevOpsGit & Version Control
Mar 6, 2015
0
0

Creating unit test method stubs with “Create Unit Tests”

Importer
Importer

In Visual Studio 2015 CTP 6 we are introducing the "Create Unit Tests" feature that provides the ability to create unit test method stubs. The feature allows easy configuration of a test project, and the test class and the test method stub therein. It is conveniently available as a context menu item, and can be invoked on product code at the scope...

DevOpsCI/CDTest