-
VSTS Extension - SOAP UI Test
SOAP UI
SoapUI is the world’s leading Functional Testing tool for SOAP and REST testing. With its easy-to-use graphical interface, and enterprise-class features, SoapUI allows you to easily and rapidly create and execute automated functional, regression, and load tests. In a single test environment, SoapUI provides complete test coverage - from SOAP and REST-based Web services, to JMS enterprise messaging layers, databases, Rich Internet Applications, and much more.
-
Design VM Scale Sets - 1
Scale Sets Overview
Scale sets provide high availability to your applications.
With virtual machine scale sets, you can build large-scale services for areas such as compute, big data, and container workloads.
In this post we will discuss about design VM Scale Sets.
-
Include Pester Test as part of VSTS Build
In this post, I will walk you through how to include pester test as part of your CI pipeline in VSTS.
Read more about IaC Unit Test using Pester Test
-
Design solutions using virtual machines - 2
In this post we will discuss about Planned maintenance for virtual machines in Azure.
Read more about Maintenance and Downtime
-
Design solutions using virtual machines - 1
In this post we will discuss about Design VM deployments by leveraging availability sets, fault domains, and update domains in Azure.
-
IaC Unit Test using Pester Test
A unit test is a way of testing a unit - the smallest piece of code that can be logically isolated in a system.
What about unit testing on IaC, after all it’s a code. Yes we need to write unit test cases for them as well. Pester Test help us here.
In this post I will walk you through, how you can use Pester Testing framework to write unit test cases for IaC.
-
People, Process, Product - DevOps - SonarQube Tool Assessment- 2
This post will help you to quickly understand SonarQube pricing and licening as part of tool assessment.
-
People, Process, Product - DevOps - SonarQube Tool Assessment- 1
Tool assessment is very important and one of the most critical task in DevOps. In this post I will walk you through the SonarQube code quality capabilities and how it works.
CodeQuality
Code quality management is a topic that has seen a tremendous increase of attention and demand. The increasing awareness of Technical Debt issues at all levels of the IT landscape is one of the factors at play, as well as increasing adoption of Agile techniques. Perhaps most importantly, most developers at a personal level want to develop better code, and are looking for ways to improve their output on a continual basis.
-
VSTS Build and Release Agents
To build your code or deploy your software you need at least one agent. As you add more code and people, you’ll eventually need more.
When your build or deployment runs, the system begins one or more jobs. An agent is installable software that runs one build or deployment job at a time.
In this post we will discuss about VSTS Build agents.
-
People, Process, Product - DevOps - Build & Release
Build and Release
As mention in previous post DevOps is a philosophy. Its a practice. DevOps philosophy talks about automation. In this post I will talk about Continuous Integration ,Continuous Delivery, Continuous deployment.
