Selenium C Sharp Tutorial For Beginners and Experts

Selenium C# (C Sharp)

This space is for Beginner who are willing to move them self up to expert level substantial sequential development in the field of C# technology.

The underlined topic Covered.

  • Download and Install Visual Studio.
  • Enabling and installation of Microsoft .Net framework.
  • Set Up Selenium with C Sharp in Visual Studio.[coming soon…..]
  • Selenium Fundamentals. [coming soon…..]
  • How to Write basic Selenium Test and  Selenium Test using NUnit Framework. [coming soon…..]
  • Running Test in IE browser. [coming soon…..]
  • Running Test in Chrome browser. [coming soon…..]
  • Running Test in Firefox browser. [coming soon…..]
  • Interview Questions. [coming soon…..]
  • Selenium Automation Framework. [coming soon…..]
  • Setting up Hybrid Framework (POM & Data Driven). [coming soon…..]
  • Implementation Of Maven and Jenkins. [coming soon…..]

Download and Install Visual Studio.

Visual Studio Community from Microsoft is a free full-functional IDE for the use of testing and development for building apps across devices, desktops, and the cloud. The community edition includes all the capabilities needed for a professional, open source contributor, or small team to create compelling applications – powerful productivity features, cross-platform mobile tools for Windows, Android and iOS.

Visual Studio Community supports C#, C++, Python, Node.JS, Ruby and C++. In addition to script the markup language such as XML/XSLT, HTML/XHTML, JavaScript and CSS. This makes it suitable for a beginner and Experts as the software is free to download and install. Follow these simple steps below to install and setup Visual Studio Community.
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-6289007803202261", enable_page_level_ads: true }); </script>

Steps to Download the Visual Studio Community.


  •  Save the excitable (.exe) file in desire folder location.

Steps to Install the Visual Studio Community

  • Locate the executable (.exe) file in you computing device and double click on the saved file to start the installation.
NOTE : – If you receive a User Account Control notice, click Yes”.
  • Click on Continue button on the visual Studio popup.

                       > Wait.


After the Visual studio installer is installed, you can use it to customize your installation by selecting the features that you want to and to be installed.

Installation of workloads.

  • Select the features you want in the Installing Visual Studio Community from Workload.
For example, choose the .NET desktop development workload. It comes with the default core editor, which includes basic code editing support for over 20 languages, the ability to open and edit code from any folder without requiring a project, and integrated source code control or you can go with Python development if you want do some hands on Python. (Select as per requirement because as many you select the more amount of data you need to download.)

 Install individual components. (Optional)

 If you don’t want to use the handy feature from workload list then you can customize your Visual Studio installation, you can do so by installing individual components instead of choosing from package. To do this, click the Individual components option from the Visual Studio Installer.

Install language. (Optional)

By default, the installer program tries to match the language of the operating system when it runs for the first time. Click the Language packs option from the Visual Studio Community Installer, and follow the request.

  •  After you have done all the required setting for your project it’s time to click the install button.
 NOTE: – Microsoft .Net 3.5.1 and 4.6 need to enabled. (Will Cover in next post)

 Configuring Visual Studio Community First Time.

  • On the dual clicked on visual studio 2017 icon, It will request for validated with Microsoft email id. [I.e. Outlook.com]

  • After Successfully Login you will redirected to environment Theme selection.

  • Click “Start Visual Studio” to land on main window.

Comments