From bb735a7767079e9fa9082b65abe52a9375f58e71 Mon Sep 17 00:00:00 2001 From: Rose Garratt Date: Tue, 14 Aug 2018 12:00:42 +0100 Subject: [PATCH] APIS-3742 - document testing approach --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 52fd309c..477ac31c 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,8 @@ Frontend for API documentation - part of the Developer Hub 1. If you are planning to run test on Firefox use firefox version 46 or lower as selenium version 2.53.0 is not compatible to work with Firefox version 47. Old firefox releases can be downloaded from **https://ftp.mozilla.org/pub/firefox/releases/** + +## Testing approach + +* Unit tests should make up the majority of tests so that test coverage should drop marginally when run against only unit tests. +* Acceptance tests should be a thin layer of coverage on happy paths only to ensure that journeys hang together. \ No newline at end of file