Skip to content

Test Automation | UI Testing | Java | Selenium | Cucumber | JUnit

Notifications You must be signed in to change notification settings

githsem/ZeroBank_Cucumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zero Bank Software Test Automation Project

This project is an automation testing project for Zero Bank website. It is written in Java using Selenium, Cucumber, Gherkin language and JUnit.

Project Description

The project includes the following scenarios:

  • Account Activity
  • Account Summary
  • Login
  • Pay Bill

An automated report is also generated for each test run.

Installation

To run the tests locally, follow these steps:

  1. Clone the repository:
  2. git clone https://github.com/githsem/ZeroBank_Cucumber.git
  3. Navigate to the project directory:
  4. cd ZeroBank_Cucumber
  5. Build the project using Maven:
  6. mvn clean install
  7. Run the tests:
  8. mvn test

Dependencies

The project requires the following dependencies:

  • Java
  • Selenium
  • Cucumber
  • Gherkin language
  • JUnit

Contributing

Contributions to the project are welcome. If you find any issues or have any suggestions, please create a new issue or submit a pull request.

License

This project is licensed under the MIT License.