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.
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.
Steps to Download the Visual Studio Community.
- The software can be downloaded from the below given link – https://www.visualstudio.com/downloads/
- 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”.
> 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.
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)








Comments
Post a Comment