Test Case Automation using Selenium Webdriver and NUnit Framework with Visual Studio 2015 using Page Object Pattern and Assertions
Test Case Automation using Selenium Webdriver and NUnit Framework with Visual Studio 2015 using Page Object Pattern
Page which will be tested:
http://ogloszenia.trojmiasto.pl/motoryzacja-sprzedam/
User Story:
As a user I would like to have ability to search for car: Audi, model A8, air condition, diesel, production year > 2005, city Gdansk, so that I can see the offers for the given search parameters.
// *
// Author: Mateusz Telega
// Date: 2017-08-22
// Project: Nordea Homework - Test Case Automation for given User Story
// Used Technologies:
// - Selenium Webdriver 2.53.0
// - NUnit Framework 3.
// Tested Stable Environment:
// - Windows 7
// - Visual Studio Community 2015
// - Firefox 46.0
// - Mozilla geckodriver 0.6.2
// **