This is a simple Selenium C# test script that automates a Google search using xUnit as the testing framework.
Before running the test, ensure you have the following prerequisites installed:
- Visual Studio or any C# development environment.
- Chrome browser.
- ChromeDriver.
-
Clone the repository:
git clone https://github.com/alicemalzac/googleSearch.git
-
Inside VSCode execute the following commands:
dotnet build dotnet test