Skip to content

gennyChan/TestProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The test solution is composed by 2 projects

  • TestProject
  • TestFramework

TestProject Contains the test methods. SpecFlow was used to specifing test cases using a Gerking sintax The test project does not have any reference to Selenium, in this way if Selenium have to be replaced by another framework the test project doesn't have to be edited. SpecFlow extension have to be installed

TestFramework Contains the methods to interact with the login page. The test framework was developed using the Page Object model paradigm

Test cases can be run using visual studio IDE or using the console command vstest.console.exe TestProject.dll

It's needed to have the chrome web driver in the C:\WebDriver path

About

Test Project for Hudl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published