daniel2IT / Student_Registration_WebApp

WEB page for student registration and testing with an automated testing tool (Selenium).

Repository from Github https://github.comdaniel2IT/Student_Registration_WebAppRepository from Github https://github.comdaniel2IT/Student_Registration_WebApp

Student Registration WebApp

image

Is Visual Studio good?

,,Visual Studio" is probably the most serious IDE of the planet & the best software ever made by Microsoft. It does every single thing very nicely what is was made for. It has the best ever Intellisense support than any other IDE what makes your coding experience much more smooth & faster.

What is Asp.Net Web Application (.Net Framework)

ASP.NET is a technology, which works on the .Net framework that contains all web-related functionalities. The .Net framework is made of an object-oriented hierarchy. An ASP.NET web application is made of pages. When a user requests an ASP.NET page, the IIS delegates the processing of the page to the ASP.NET runtime system.

The ASP.NET runtime transforms the .aspx page into an instance of a class, which inherits from the base class page of the .Net framework. Therefore, each ASP.NET page is an object and all its components i.e., the server-side controls are also objects.

What is Selenium?

SELENIUM is a free (open-source) automated testing framework used to validate web applications across different browsers and platforms. You can use multiple programming languages like Java, C#, Python etc to create Selenium Test Scripts. Testing done using the Selenium tool is usually referred to as Selenium Testing.

Selenium Software is not just a single tool

But a suite of software, each piece catering to different testing needs of an organization. Here is the list of tools ::::>>>>>

  • Selenium Integrated Development Environment (IDE)
  • Selenium Remote Control (RC)
  • WebDriver
  • Selenium Grid

image

How do I add selenium to Visual Studio?

Right-click on the project.

Select 'Manage NuGet Packages…'

Select 'Browse' from the NuGet window.

Enter 'Selenium' in the search box.

Select 'Selenium.Webdriver.IEDriver' from the search results.

Click 'Install'

PARTICIPATED


daniel2IT

💻💬🔍👀

About

WEB page for student registration and testing with an automated testing tool (Selenium).

License:GNU General Public License v3.0


Languages

Language:JavaScript 89.8%Language:C# 8.4%Language:ASP.NET 1.7%Language:CSS 0.1%