From 8fbe43c165f552a947f47e1f1f53cc836187ae6b Mon Sep 17 00:00:00 2001 From: Joeri Lieuw Date: Mon, 16 Oct 2023 15:00:14 +0200 Subject: [PATCH] Add CBT --- items/Trial/Techniques/Contract Based Testing.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 items/Trial/Techniques/Contract Based Testing.txt diff --git a/items/Trial/Techniques/Contract Based Testing.txt b/items/Trial/Techniques/Contract Based Testing.txt new file mode 100644 index 0000000..e90debe --- /dev/null +++ b/items/Trial/Techniques/Contract Based Testing.txt @@ -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. \ No newline at end of file