Skip to content

DreamingJohnny/mysecondcucumberproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated UI Testing with Selenium and Cucumber

A simple project i made to learn how to design and implement automated testing. It uses Selenium, Cucumber and Gherkin-syntax to test the functionality of a website. It follows the Page Object Model (POM) with PageFactory for efficient element handling. The test cases are structured using Cucumber's Gherkin syntax, ensuring clear and maintainable test scenarios.

Key features:

  • Page Object Model (POM) for structured test automation
  • PageFactory to manage web elements efficiently
  • Automated test execution with Selenium WebDriver
  • Failure handling with screenshots for debugging failed tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors