To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorAdd new case to daylist
- Scenarios
-
- Add a new case to the daylist for a valid title number
- Do not add a new case to the daylist due to invalid title number
- Do not add a new case to the daylist due to a non existent title number
- Add a new case to the daylist for a valid title number
-
- Given
- I have case information
- When
- we have received a digital mortgage application
- Then
- an application reference is returned
- And
- a Title validation code of 1 is returned
- Do not add a new case to the daylist due to invalid title number
-
- Given
- I have case information
- And
- the title number is invalid
- When
- we have received a digital mortgage application
- Then
- a Title validation code of 3 is returned
- Do not add a new case to the daylist due to a non existent title number
-
- Given
- I have case information
- And
- the title number does not exist
- When
- we have received a digital mortgage application
- Then
- a Title validation code of 2 is returned
Last published about 7 years ago by Allison Queen.