Skip to content

Our Cypress-based automated testing suite for the Swag Labs website includes tests for logging in and verifying module functionality. It comes with a Mocha Awesome Report and a video demo.

Notifications You must be signed in to change notification settings

Ruman165837/Web_Automation_With_Cucumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web_Automation_With_Cucumber

Why we use cucumber in Automation?

Cucumber is a testing tool that enables behavior-driven development (BDD) in software development projects. It facilitates communication between technical and non-technical team members by using a simple, human-readable syntax called Gherkin. Cucumber helps teams to create and execute automated acceptance tests for their software, allowing them to quickly identify and fix issues, and ensure that the software meets business requirements. Additionally, it helps to improve collaboration between developers, testers, and business analysts, resulting in a better understanding of the project's objectives and requirements. Overall, Cucumber is a valuable tool for software development teams looking to improve their testing process and ensure high-quality software.

Technology used:

  • Selenium
  • Cucumber
  • java
  • Junit
  • maven
  • Intellij IDEA

How to run this project:

  • Clone this project
  • hit the following command: mvn clean test / mvn clean install

Project Scenerio:

Login With Valid Credentials

  • user visits the website
  • user enters username and password
  • user presses submit button
  • user can visit the dashboard

Login With Invalid Credentials

  • user visits the website
  • user enters username and password
  • user presses submit button
  • user can not visit the dashboard

Report:

Cucumber_Report

Video Output:

Cucumber_Reports_Video.mp4

About

Our Cypress-based automated testing suite for the Swag Labs website includes tests for logging in and verifying module functionality. It comes with a Mocha Awesome Report and a video demo.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published