Wednesday 11 April 2018

Download and Install Visual Studio



Visual Studio Community is a free full-featured IDE for developers building apps across devices, desktops, and the cloud. The community edition includes all the capabilities needed for a student, open source contributor, or small team to create compelling applications – powerful productivity features, cross-platform mobile tools for Windows, iOS, and Android, as well as access to extensions.
Visual Studio Community supports Visual Basic, C#, and C++. This makes it suitable for a beginner as the software is free to download and install. Follow these simple steps below to install and setup Visual Studio Community.
In this tutorial, we will cover the following topics to set up Visual Studio for the Selenium Scripts:
  • Download Visual Studio Community
  • Install Visual Studio Community
  • Create a New Project in Visual Studio

Steps to Download Visual Studio Community

Download_Visual_Studio_1

2) Save the .exe file to your disk.
Download_Visual_Studio_2


Steps to Install Visual Studio Community

1) Double click on the saved file to start the installation.
Download_Visual_Studio_3

2) Click on the Run button.
Download_Visual_Studio_4

3) Click ‘Install. Be sure to read and agree to the License Terms and Privacy Policy.
Download_Visual_Studio_5
Note: Change the default location if you like to and let the ‘Type of Installation’ be default as Typical, unless you know what you are doing.

4) Wait for the install to complete.
Download_Visual_Studio_6
Note: Installation would take around 10 to 15 mins.

5) Click on Launch button to start the Visual Studio.
Download_Visual_Studio_7


Steps to Create a New Project

1) Click on New Project.
CreateNewProject

2)  Select Visual C# from the left, then select Console Application from the middle. It will give the option to mention the Project name, location & solution name. Give the sensible name to the project, just for the sake of simplicity, enter ToolsQA and give the preferred location to the project. Click on OK button to proceed.
CreateNewProject_2
Note: Let the solution name be same as ToolsQA.

Now you will end up with the below screens on your machine.
CreateNewProject_3

No comments:

Post a Comment