Introduction
- It is suite of software tool to automate Web browsers.
- Selenium is an open source tool.
- Selenium supports multiple browsers (support cross browser testing)
- Selenium plat form independent (Support multiple operating systems like Windows,IOS ect)
- Selenium Supports multiple programming languages like Java,C#,Python
Supporting Browsers:
- Google Chrome
- Internet Explorer 6, 7, 8, 9, 10 - 32 and 64-bit where applicable
- Firefox: latest ESR, previous ESR, current release, one previous release
- Safari
- Opera
- HtmlUnit
- phantomjs
- Android (with Selendroid or appium)
- iOS (with ios-driver or appium)
Supporting Languages:
- Java
- C#
- Ruby
- Perl
- PHP
- Python
- JavaScript
Setting Up a Selenium-WebDriver Project: (C# Project)
Two ways we can setup project

- First Way: simply download the latest selenium-dotnet zip file from http://selenium-release.storage.googleapis.com/index.html.
(or)
- Second Way:
Right click on the solution->Select Manage NuGet Packages for Solution

After selecting NuGet package it will navigate to below wizard.
Search Selenium WebDriver in search box, then it will display selenium webdriver API
Select latest one, download it and install.
It will automatically add to your project.


No comments:
Post a Comment