-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Contract-based testing is a technique used in developing systems where interactions between various components or services are verified against a contract. The primary reason to use contract-based testing is to detect problems early in the development cycle, especially in a microservices architecture or any distributed system where components are developed by different teams that may be working in parallel. Pact is a popular tool used in contract-based testing. |