Category: Canarys

  • 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…

  • Web API 2 With Repository pattern

    Web API 2 With Repository pattern How to create Repository pattern in web API 2. Overview of Repository Pattern The repository pattern is intended to create an abstraction layer between the data access layer and the business logic layer of an application. It is a data access pattern that prompts a more loosely coupled approach…

  • Migration Process of SVN to Git

    Subversion (SVN) is a central version control system (VCS) while Git is a distributed version control system. SVN does some things very well and has been a great source control system. But the features that Git brings – distribution, performance, easy branches, easy merges, stash – are hard to pass up. These two tools have…

  • How to Set Up Selenium WebDriver in Visual Studio Enterprise 2015?

    Pre-requisite : Visual Studio Enterprise 2015 application should be installed into the system. Create the new project in Visual Studio : Select New option from File menu and click on Project. Refer Fig.1. Fig.1 On New Project windows popup > Select Visual C# > Windows > Console Application > Enter Name and Location and click on OK button. Refer Fig.2. Fig.2…

  • VSTS on Mobile

    VSTS on Mobile Canarys Automations Pvt Ltd Business, Productivity VSTS on Mobile extends enterprise applications (TFS, SharePoint) to mobile devices and optimizes the workforce in your organization. This app is robust, secure, scalable and responsive mobile solution with a platform support for multiple devices. Download Free App for Android and  iphones Description The ultimate app…

  • Connect apps and integrate data with workflows using Azure Logic Apps

    Implementing complex business process has been made easy. Logic Apps in azure provide a way to implement simplified scalable integrations and workflows in the cloud. It provides a flow chart designer to model and automate your process as a series of steps known as a workflow. Connectors are available across the cloud and on-premises to…

  • Assertions in Coded UI

    Let us discuss how to add assertions in coded UI. Assertions are checkpoints/benchmarks to UI controls and are used to verify the expected results of UI controls in Coded UI testing. Following are some of the assertions that are available in Coded UI.     AreEqual     AreNotEqual     Contains     Matches    …

  • An introduction about Node.JS and usage of its modules

    Node.js is an open source, cross platform JavaScript runtime environment for developing variety of tools and applications. Node.js is a platform that built on Chrome’s JavaScript runtime. Node.js applications will be developed in JavaScript and they run within Node.js runtime. In this article I am going to show you how to setup Node.js, how you…