How to open a browser in selenium using c#?

In this post we will discuss writing some simple code with Selenium C# in Visual Studio . In the last post we referenced our Selenium WebDriver via Nuget package manager in our project. Please read my previous post to get started with selenium referencing in Visual Studio. Same way we need to add our browser reference….

Introduction to Selenium Webdriver with C# in Visual Studio 2015

What is Selenium WebDriver ? WebDriver is a automating web application testing tool. This provide APIs that easily integrate with any programming language such as C#, java, python. For details please go through the url. The use of Selenium WebDriver is  to basically test any web application. What is C# ? C# is a programming…

Screenshot In Selenium Using C#

Its very important to take screenshot when we execute a test script. When we execute huge number of test scripts, and if some test fails, we need to check why the test has failed. It helps us to debug and identify the problem by seeing the screen shot. In selenium WebDriver, we can take the…

Reading Data From Excel

Some companies prefer to read all the input values from the excel file. This method had it’s own advantages as well as disadvantages. Today I thought of sharing a code to read data from Excel.