Skip to content

Commit

Permalink
Add CBT
Browse files Browse the repository at this point in the history
  • Loading branch information
joerirabo committed Oct 16, 2023
1 parent 6980a7c commit 8fbe43c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions items/Trial/Techniques/Contract Based Testing.txt
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.

0 comments on commit 8fbe43c

Please sign in to comment.