spring-boot-microservice-best-practices icon indicating copy to clipboard operation
spring-boot-microservice-best-practices copied to clipboard

feat(contract-testing): explore and implement contract testing

Open abhisheksr01 opened this issue 1 year ago • 0 comments

Description

Explore the aspects of contract testing and Implement them in this repository. Identify the use cases, pros and cons.

Use Case

Testing in the API Contracts for the GET companieshouse/search/{crn} API in this repository.

Proposed Solution

Explore the aspects of contract testing and Implement them in this repository. Identify the use cases, pros and cons. Update the documentation.

Benefits

To be documented after exploring the contract testing.

Example

Additional Information

  • https://spring.io/guides/gs/contract-rest
  • https://blog.iterative.engineering/2022/08/08/contract-testing-with-spring/
  • https://www.baeldung.com/pact-junit-consumer-driven-contracts

abhisheksr01 avatar Jan 11 '24 11:01 abhisheksr01