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….
Category: Selenium
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…
Selenium Overview
is an open-source and a portable automated software testing tool for testing web applications. It has capabilities to operate across different browsers and operating systems. Selenium is not just a single tool but a set of tools that helps testers to automate web-based applications more efficiently. Let us now understand each one of…