Skip to content

briancorr/das-paymentsacceptancetesting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAS Payments - Acceptance Tests

This repository represents the specifications for the SFA - DAS payment system; including automation to test the specifications against all the components (from other repositories) that comprise the system.

Documentation can be viewed at here

Structure

  • The features folder contains the Gherkin specifications
  • The src folder contains the SpecFlow solution to automate the specifications

Running locally

In order to run the tests locally you will need:

  • SQL Server 2008 onwards
  • A database named DasPaymentsAT_Transient to act as the DCFS transient database
  • A database named DasPaymentsAT_Deds to act as the DCFS DEDS database
  • The latest versions of the DAS payment components (Download artifacts from VSO builds); extracted to C:\temp\PaymentsAT\components

You will then need to run:

  • The AT scripts in src/Deploy
  • Run the test stack scripts

N.B. files are names .transient. for scripts to run on transient db and .deds. for scripts to run on deds

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Gherkin 61.3%
  • C# 34.3%
  • F# 2.9%
  • SQLPL 0.8%
  • PowerShell 0.3%
  • Batchfile 0.3%
  • PLpgSQL 0.1%