Skip to content

Tomislav0/DemoBlazeTesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium automated tests

Build Status

Project consists of 5 automated tests:

  • Adding product to cart
  • Filling contact us form
  • Log in
  • Sign up
  • Placing order

Initially tests were recorded with Katalon recorder and after fine corrected in editor (adding wait function etc.). Tests were runned and 100% successful. N|Solid

In order for the tests to depend as little as possible on locators, a separate class was created that contains only By objects, i.e. locators.

To run project you need to install nuget these packages in VS:

  • NUnit
  • NUnit.Analyzers
  • NUnit3TestAdapter
  • Selenium.Support
  • Selenium.WebDriver
  • Selenium.WebDriver.GeckoDriver

About

Selenium automated tests for Faculty project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages