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 collaboratorRegister Domain
As a Partner
I want the domains I registered via EPP synced to Registry
- Background
-
- Given
- system just completed syncing records
- Scenarios
-
- Successfully sync latest registerd domains
- Registry is unavailable
- Registry rejects invalid syncs
- Exclude domains that were already synced
- Successfully sync latest registerd domains
-
- Given
- partner registers a domain via EPP
- When
- system syncs latest registered domains
- Then
- latest registered domains must be synced
-
- Given
- Registry is unavailable
- And
- partner registers a domain via EPP
- When
- system syncs latest registered domains
- Then
- sync must time out
- Registry rejects invalid syncs
-
- Given
- partner registers a domain via EPP
- When
- system syncs latest registered domains 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 domains that were already synced
-
- Given
- partner registered domains and were already synced
- When
- system syncs latest registered domains
- Then
- no domains must be synced
Last published almost 7 years ago by ealden.