Application using the tech stack of .Net Framework (<4.7) passes configuration information using Web.config file, While working on the containerization of legacy applications we will be not able to change the value of Web.config after the building of the container image.Even if try to pass the configuration value as a key-value using environment variables to the container while running the containers, the value under Web.config will not be going to change. As the configuration values we pass ...
Read More
Kubernetes is an orchestration tool that helps us to manage container-based resources, usually as modern application architecture got designed in that way more often we will be dealing with containers that are Linux OS based. But for application which is run on a technology stack like DotNet Framework needed windowsOS, hence Windows containers are needed to deploy and consume such applications in a microservice architecture.
Read More
A bot is a software that is designed to automate the tasks you would usually do on your own, like booking a flight ticket, adding an appointment to your calendar or fetching and displaying information.
Read More
Visual Studio Team Services uses the OAuth 2.0 protocol to authorize your app for a user and generate an access token. Use this token when you call the REST APIs from your app.
Read More
In this Article I am going to show you how we can add animation in our Xamarin Forms Application.
Read More
This blog intended to see how Azure Functions can be used with database.
Azure Function is a solution for running small piece of code or a "Function" in cloud. You can write just the code need for the problem without worrying about the infrastructure or the application to run it. Function can make your development more productive and you can choose your development language of choice such as C#, F#, node.js, java or PHP.
Read More
Synchronization meaning: when two or more components involved to perform any action, we expect these components to work together with the same pace. The co-ordination between these components to run paralelly is called Synchronization.Synchronization (Wait) in Selenium has a great significant value.Now a day, we see most of the web applications are developed by using Javacript and Ajax where it might happen that some of the elements may load at distant time intervals, due to which we may encount...
Read More
Suma G C | Selenium,
Selenium WebDriver,
Waits,
Synchronization,
Selenium Waits in c#,
C#.net,
Software Testing,
Automation Testing,
Web Automations | Visual Studio,
.NET,
Software Testing,
C#,
C#.NET | 3 Comments |
Share
|
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. Click Credentials on the left navigation. Click Create Credentials > O...
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
|
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