Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 561 Bytes

workshop-agenda.md

File metadata and controls

17 lines (16 loc) · 561 Bytes

Workshop Agenda

  1. Simple customer calling Provider
  2. Client Tested but integration fails
  • provider fails if there is no query parameter
  • consumer uses the wrong field
  • consumer dependent on date format
  • consumer has a potential division by zero
  1. First Pact consumer test
  2. Verify pact against provider
  3. Correct provider states
  4. Update the consumer test
  5. Verify the provider again
  6. Test for the missing query parameter in the consumer
  7. Verify the provider with missing dates
  8. Provider states
  9. Provider states for the provider