From 8d3e3c3d2bc9b48faad9a3670f460601a7008036 Mon Sep 17 00:00:00 2001 From: Jacek Czerwonka <9115223+jaccz@users.noreply.github.com> Date: Thu, 11 Feb 2021 21:09:04 -0800 Subject: [PATCH] Update index.md --- docs/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.md b/docs/index.md index d310671..091438f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,7 @@ +--- +layout: default +--- + Pairwise testing is an effective test case generation technique that is based on the observation that most faults are caused by interactions of at most two factors. Pairwise-generated test suites cover all combinations of two therefore are much smaller than exhaustive ones yet still very effective in finding defects. ### Resources -- GitLab