Showing category results for CI/CD

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
Mar 23, 2015
Post comments count0
Post likes count0

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

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 typical ...

DevOpsAzure & CloudCI/CD
Mar 6, 2015
Post comments count0
Post likes count0

Creating unit test method stubs with “Create Unit Tests”

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