Skip to content

priyasomangali/banking-demo-cucumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banking-demo

Test basic workflows of demo banking website using Cucumber+Java+Selenium Automated test example in Java with Cucumber and Selenium WebDriver This project is an example of UI automated functional test for basic workflows of banking app using Selenium and Cucumber. End to end Test scenarios are described in the feature file located here - /src/test/resources Individual test scenarios can be found here - /src/test/java/features Installation You need to have Java 8 JDK installed along with maven. To install all dependencies, run $ mvn clean install

Following scenarios have been covered:

Login

  1. Verify whether new customer can be created
  2. Verify new account can be created with valid customer id
  3. Verify if amount can be deposited to a given account number
  4. Verify if amount can be withdrawn from a given account number
  5. Verify if balance enquiry can be done
  6. Verify if an account can be deleted. Logout

alt text

To run: Run the jUnit runner class.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published