Skip to content

CONNECT.IT Meetup: Automation Testing Recipes - reference models and use cases (Java, Cucumber)

Notifications You must be signed in to change notification settings

Cozonacci/data-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CONNECT.IT Meetup: Automation Testing Recipes

This project contains reference models and use case examples used during Connect.IT Meetup presentation on how to Decouple business logic by breaking down the data objects

The project uses a banking transfer domain to perform a simple transfer of found between two accounts.

Bellow is the scenario overview:

    Feature: Credit transfer
  
    Scenario: Fund transfer between active accounts
  
      Given J.P. Morgan bank has an active account with number 100001
      And HSBC bank has an active account with number 200001
      When John initiates a credit transfer from account 100001 to account 200001
      Then credit transfer is submitted for approval

About

CONNECT.IT Meetup: Automation Testing Recipes - reference models and use cases (Java, Cucumber)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published