Company: andagon
Create an automated e2e test for the Google Search. The test should have the following steps:
-
Type any text in the search text box
-
Click “Google Search” button
-
Verify that
About NNN results
panel is displayed
Requirements:
-
The test steps should be written in a Gherkin file (example)
-
Use Selenium WebDriver (Selenium C# Webdriver Tutorial: NUnit Example)
-
Keep code clean and try to follow SOLID, DRY, and KISS principles where it has sense
IDE: