From 042c3962b9db8a1010f327390f4055450ff19c85 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Fri, 10 Sep 2021 11:46:13 -0300 Subject: [PATCH] Add Manual testing section --- docs/testing/manual_testing/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/testing/manual_testing/README.md diff --git a/docs/testing/manual_testing/README.md b/docs/testing/manual_testing/README.md new file mode 100644 index 0000000..9028053 --- /dev/null +++ b/docs/testing/manual_testing/README.md @@ -0,0 +1,5 @@ +# Manual testing + +We aim to automate as much as we possibly can. Still manual testing is really important for Quality Assurance. + +Here you'll find our manual testing scripts. When developing a new feature you can add your own that provide the proper steps to properly test it. \ No newline at end of file