This repository contains a Selenium testing script written in C# using NUnit.Framework for testing the functionality of a calculator web application.
The script covers basic arithmetic operations such as addition, subtraction, multiplication, and division
to ensure the calculator performs accurately and displays the correct results.
Before running the tests, make sure that the necessary NuGet packages are installed.
Follow the steps below to install the required packages using the NuGet Package Manager Console or your preferred NuGet package manager.
Install-Package Microsoft.NET.Test.Sdk -Version <version>
Install-Package NUnit -Version <version>
Install-Package NUnit3TestAdapter -Version <version>
Install-Package Selenium.Support -Version <version>
Install-Package Selenium.WebDriver.ChromeDriver -Version <version>