-
VSTS Area Uploader
Hi All, In this post, I’d show you the VSTS Area Uploader tool, which helps you to upload the Areas with multiple level from a .csv file to your team project/ multiple team projects. To start this, browse to VSTS MarketPlace and search for VSTS Area Uploader. You should see the screen as below. Click on 'Get Started' button to…
-
VSTS Copy Dashboard Tool
In this blog I’m gonna show how to use VSTS Copy Dashboard tool that replicates/copies the existing dashboard from one team to either single or multiple teams and reduces time & effort of recreating widgets and charts. To access the tool, browse to the VSTS MarketPlace and search for the Dashboard Migrator. You should see as shown below to get…
-
Implementing Google account authentication in ASP.NET MVC
Implementation of Google OAuth in MVC application: Step 1: Create a Google OAuth application To create it please follow the steps below: Go to https://console.developers.google.com, login with your Gmail id. Click on ‘Select a Project’ dropdown at left top of the page. Click on ‘Create project’ button, Enter project name and create project.…
-
Sending Test reports by Email using Office 365, Gmail
Wouldn’t it be great if Test Report are sent automatically across team as soon the Test Execution is complete?? Now, let’s see how to achieve this using Office 365.com, Outlook.com and Gmail.com account as the SMTP host. Include the below code in your OneTImeTearDown (NUnit) or AfterClass (TestNG) method: we attain this feature using library…
-
Token Based Authentication for Web API’s
Securing ASP.NET Web API using Custom Token Based Authentication Providing a security to the Web API’s is important so that we can restrict the users to access to it. We can provide the security in two different ways: Basic authentication. Token based authentication. In this blog, we will discuss how we can implement token based…
-
Dashboard Migrator Tool
Hi All, In this post I'm gonna show you The Dashboard Migrator that helps you to copy the dashboard across different teams within the same Team Project easing the need of setting up the data to multiple teams which includes data like widgets, charts, Build summary etc. To do so browse to the VSTS MarketPlace…
-
Access Control in Swift 3
If you are doing programming for a while, you have often heard of some weird keywords like open,public,internal,file-private and private. Before we dive into those keywords, we must know one important thing “Module“. module is just a bundle of code. single Xcode project/framework/bundle is considered as a single module. Even UIKit is considered as one…
-
Extent Reports in Selenium CSharp (C#)
Reports play a fundamental role when it comes to TESTING. Tester can now know the real-time reports of test suit execution. Reports made ease to know the ratio of Pass? : Fail? post-test suit execution and it is the only documentation to know about test execution results. Everyone wish to see the detailed description of…
-
Canarys Automations Pvt Ltd recognized as finalist for 2017 Microsoft DevOps Partner of the Year Award
Bengaluru, Karnataka, India — June 2, 2017 — Canarys Automations Pvt Ltd today announced it has been named a finalist in the 2017 Microsoft DevOps Partner of the Year Award. The company was honored among a global field of top Microsoft partners for demonstrating excellence in innovation…
-
VSTS Team project Monitor
In this Blog we will discuss about new VSTS extension "VSTS TeamProject Monitor" developed by Canarys. The extension allows you to view the total number of team projects created for an account, process templates being used and option to delete one or more Team projects at one go. Below are the feature of this VSTS extension: Count of…