Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.58 KB

File metadata and controls

40 lines (28 loc) · 1.58 KB

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