Showing tag results for VSTS

Jun 6, 2018
Post comments count0
Post likes count0

Automating Releases to Separate Azure Resource Groups using both TFS and VSTS

Developer Support
Developer Support

This post is written collaboratively by Premier Developer Consultants Ilias Jennane and Daisy Chaussee along with App Dev Manager Wyn Lewis-Bevan. Read on to learn how to build a solution in TFS, release it in VSTS, and automate the deployments to separate Azure Resource Groups. Business Case: One of our customers recently challenged us with a u...

TeamAzureVSTS
May 28, 2018
Post comments count0
Post likes count0

Integrating Angular Unit Tests With Visual Studio Team Services (VSTS) Using Headless Chrome and Puppeteer

Developer Support
Developer Support

In the following post, Premier Developer Consultant Wael Kdouh expands on a previous post and demonstrates how you can run unit tests using headless Chrome and utilize Puppeteer to install Chrome on your CI server. In a previous post, I showed you how to Integrate Angular Unit Tests with Visual Studio Team Services (VSTS). Whereas it worked ...

VSTSAngularWael Kdouh
May 20, 2018
Post comments count0
Post likes count0

Getting Started with DevOps and Continuous Delivery of Value

Developer Support
Developer Support

In this post, Application Development Manager Wesam Darwish highlights some important information to help customers learn and adopt DevOps. DevOps: a buzz word, or an exciting transformation journey? As organizations strive to deliver value to their end users faster, improve quality and availability, optimize costs, and deliver innovatio...

DevOpsVSTSAgile
May 19, 2018
Post comments count1
Post likes count0

Assigning Work Items to a Group in Visual Studio Team Services

Developer Support
Developer Support

In this post, Sr. Application Development Managers Mark Meadows and Everett Yang demonstrate how to extend VSTS Project Templates to allow Group assignments to Work Items.ISSUERecently a customer asked about whether they can assign work items to a group of users, instead of a single user. By default, Visual Studio Team Services (VSTS) allows a Work...

VSTSTFS
May 14, 2018
Post comments count0
Post likes count0

Utilizing VSTS for Wholistic Organization Management – Should It Be Done?

Developer Support
Developer Support

In this post, App Dev Manager Kristofer Olin explores limits and intentions of a tool like VSTS to go beyond traditional ALM scenarios. You've probably heard stories of people who utilize Visual Studio Team Services (VSTS) for non-Application Lifecycle Management (ALM) related purposes.  For instance, I know someone that uses it to help mana...

TeamALMVSTS
May 9, 2018
Post comments count0
Post likes count0

Part 2 – Deploying Your Dockerized Angular Application to Azure Using VSTS

Developer Support
Developer Support

In part 2 of a series of posts, Premier Developer Consultant Wael Kdouh demonstrates how to eliminate daunting requirements and instead install Angular build tools and utilize Docker to more easily and efficiently deploy an application to Azure using VSTS. From Wael: In part 1 I demonstrated building a VSTS build pipeline which built an A...

TeamAzureVSTS
May 8, 2018
Post comments count0
Post likes count0

Deploying Linked ARM Templates with VSTS

Developer Support
Developer Support

In this post, Premier Developer Consultant Najib Zarrari walks through how to deploy linked ARM templates with Visual Studio Team Services. When dealing with deploying a large number of components in Azure, a single ARM template might be challenging to manage and maintain.  ARM linked templates allow you to make your deployment more modular ma...

TeamVSTSVisual Studio Team Services
Apr 21, 2018
Post comments count0
Post likes count0

Using VSTS API with PowerShell to scaffold Team Projects

Developer Support
Developer Support

In this post, Senior Application Development Managers Art Garcia demonstrates how to navigate the VSTS REST APIs. Visual Studio Team Services or VSTS has matured into one of the leading Application Lifecycle management tools available. It allows you to not only manage your work and team velocity, but it also is a great tool to use in buildin...

TeamVSTSREST
Apr 16, 2018
Post comments count0
Post likes count0

Agile UX: Incorporating User Experience into Agile Processes

Developer Support
Developer Support

Premier Developer Consultant Daisy Chaussee writes how to integrate user experience and design into agile processes. In combining Agile and UX, teams can attain greater collaboration, continuous improvement, and efficiency in development. The goal of this blog post is to provide guidance on how to integrate User Experience into Agile processes. ...

TeamVSTSAgile
Apr 13, 2018
Post comments count0
Post likes count0

Integrating Selenium tests in a release pipeline

Developer Support
Developer Support

Senior Application Development Manager Marcelo Silva recently posted this article demonstrating how to implement UI test automation using VSTS and Selenium.Today, I'd like to show you a proof-of-concept I created for one of my customers where we implement User Interface (UI) test automation into a Continuous Integration/Continuous Delivery (CI/CD) ...

TeamVSTSTFS