Showing category results for CI/CD

Aug 25, 2015
Post comments count0
Post likes count0

Release Management vNext Plans

Vijay Machiraju

[Update on Nov 18, 2015] Release Management in Visual Studio Team Services is now publicly available. You can access all the features mentioned below right in your Visual Studio Team Services (formerly Visual Studio Online) account under Release hub.   August 2015 We have been talking about the vNext version of Release Management Service in Vis...

DevOpsCI/CD
Aug 14, 2015
Post comments count0
Post likes count0

IntelliTest – hands on

Pratap Lakshman

In practical terms, white box unit test development includes an iterative workflow informed by code coverage - write a unit test, see what parts of the code are not covered by the test, write more tests to cover those parts, repeat until all of the code is covered – a workflow not different from what we would use while working with IntelliTest, as ...

DevOpsCI/CDTest
Jul 31, 2015
Post comments count0
Post likes count0

Continuous Deployment: Dev/Test in Azure and Deploy to Production On-premises

Ambrish Mishra [MSFT]

Easily provision the required resources in Microsoft Azure using the Azure Resource Manager templates, and deploy Web applications and SQL Server Databases to the Azure Virtual Machines (VMs), and run tests that are automatically distributed across VMs using the Visual Studio Test Agent. Once the application's functionality is verified, deploy the ...

DevOpsAzure & CloudCI/CD
Jul 25, 2015
Post comments count0
Post likes count0

Unit Test Generators Extensibility – hats off to our community

Pratap Lakshman

It was the early feedback and support from the community that encouraged us to ship IntelliTest and the Create Unit Test method stubs features. That feedback continued as we got clear asks to support (1) the xUnit.net and NUnit test frameworks, and (2) emit tests into existing test projects. Our intent was to make these features extensible, an...

DevOpsCI/CDTest
Jul 5, 2015
Post comments count0
Post likes count0

IntelliTest – One Test to rule them all

Pratap Lakshman

In traditional unit test suites, each test case represents an exemplary usage scenario, and the assertions embody the relationship between the input and output.  Verifying a few such scenarios might well be enough, but experienced developers know that bugs lurk even in well-tested code, when correct but untested inputs provoke wrong responses. Gen...

DevOpsCI/CDTest
Jun 5, 2015
Post comments count0
Post likes count0

Visual Studio Online Supports True Cross-Platform Development

Paul T. Barham

I’d like to start this blog post with a quick introduction.  I’m Paul Barham and have been working at Microsoft only 7 short weeks but have over 25 years of software development experience ranging from teaching at the university level, to being a lead software developer and architect, to being a manager over 30+ person development teams for st...

DevOpsCommunityAzure DevOps Server
May 29, 2015
Post comments count1
Post likes count0

Testing in Continuous Integration and Continuous Deployment Workflows

Gopinath C H[MSFT]

When Brian announced the release of Visual Studio 2015 RC and Team Foundation Server 2015 RC, he blogged about lots of features in these releases including Build.Preview and Release Management which are key for DevOps. At a high level DevOps is to focus on increasing customer value by reducing cycle times in the development process.  There are lot...

DevOpsCI/CDTest
Apr 29, 2015
Post comments count0
Post likes count0

Release Management announcements at //Build 2015

Vijay Machiraju

Today Brian announced the Release Candidates of Visual Studio 2015 and Team Foundation Server 2015. He also showed a preview of what is coming in Release Management - the web interface, the dashboards, and tasks for deploying to Windows and Linux platforms, among others. These features are not yet available to you in 2015 RC. In this blog...

DevOpsCI/CD
Apr 28, 2015
Post comments count0
Post likes count0

Changes in creating VSO Environments in Visual Studio IDE

Muthukumaran [MSFT]

Recap of the scenario shown in November connect.   Last November, we introduced infrastructure-as-a-code scenario for developers in VS IDE. All deployment artifacts wiz. Azure Resource Manager templates, deployments scripts can be included in a deployment project in the solution, checked into version control, and the resources can be d...

DevOpsCI/CD
Apr 18, 2015
Post comments count0
Post likes count0

Smart Unit Tests – Test to Code Binding, Test Case Management

Pratap Lakshman

[Editor’s note: "Smart Unit Tests" has been renamed to “IntelliTest” with effect from Visual Studio 2015 Release Candidate (RC).] In an earlier post we had mentioned how Smart Unit Tests can emit a suite of tests for a given code-under-test, and how it can manage this test suite as the code-under-test itself evolves. For any given method serving a...

DevOpsCI/CDTest