The Copy Dashboard tool replicates/copies the existing dashboard from one team to either single or multiple teams and reduces time & effort of recreating widgets and charts.
Read More
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 => System.Net.Mail; using System.Net.Mail;namespace MailConfiguration{ s...
Read More
Suma G C | selenium Webdriver,
Automation Testing,
Software Testing,
Reporting,
C#.net,
Email Reports,
Web Automation | Visual Studio,
.NET,
Software Testing,
C#,
C#.NET | 0 Comments |
Share
|
Securing ASP.NET Web API using Custom Token Based AuthenticationProviding 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 authentication. Below diagram shows the control flow of token based authentication.Fig: Token based authentication for Web API’s.How token based authentication...
Read More
This is a web service which helps you to copy the VSTS dashboards from 1 team to another team easing the need of having the data like widgets, charts etc.
Read More
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 the test results. Don’t you? here is the solution for it. And, let us see how these reports can be achieved? in Selenium C# - NUnit framework automation testing.To ac...
Read More
Let us discuss how to install VSTS team project monitor and how we can make use of it easily.Particularly the extension allows you to view the total number of team projects created, list of online team projects for an account, process templates being used and option to delete one or more Team projects at one go.
Read More
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 and implementation of customer solutions based on Microsoft technology. “We are very proud and happy that Microsoft recognizes Canarys as a key DevOps partner. We continuously e...
Read More
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.1On New Project windows popup > Select Visual C# > Windows > Console Application > Enter Name and Location and click on OK button. Refer Fig.2.Fig.2Created Project will display in the Solution Explorer. Refer Fig.3.Fig.3Install Selenium WebDriver ...
Read More
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 can use it after setup, usage of Node.js modules, NPM packages and Node.js HTTP Server.Installation and VerificationFirstly, download the Node.js fr...
Read More
File Upload Custom Control in WPFThis article is about Custom control in WPF, Custom controls are also the user controls, but there is some difference between them.UserControl (Composition) Composes multiple existing controls into a reusable "group" Consists of a XAML and a code behind file Cannot be styled/templated Derives from UserControlCustomControl (Extending an existing control) Extends an existing control with additional features Consists of a code file and a default style in&n...
Read More