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 collaboratorCreate Contact
As a Partner
I want the contacts I created via EPP synced to Registry
- Background
-
- Given
- system just completed syncing records
- Scenarios
-
- Successfully sync latest created contacts
- Registry is unavailable
- Registry rejects invalid syncs
- Exclude contacts that were already synced
- Successfully sync latest created contacts
-
- Given
- partner creates a contact via EPP
- When
- system syncs latest created contacts
- Then
- latest created contacts must be synced
-
- Given
- Registry is unavailable
- And
- partner creates a contact via EPP
- When
- system syncs latest created contacts
- Then
- sync must time out
- Registry rejects invalid syncs
-
- Given
- partner creates a contact via EPP
- When
- system syncs latest created contacts with invalid request
- Then
- sync must raise error message
Examples: invalid request error message invalid field values validation failed incomplete fields bad request empty request bad request invalid authentication credentials authentication failed - Exclude contacts that were already synced
-
- Given
- partner created contacts and were already synced
- When
- system syncs latest created contacts
- Then
- no contacts must be synced
Last published over 5 years ago by ealden.