From ac4a9ff177c6a5a701922d92580e61940768793f Mon Sep 17 00:00:00 2001 From: Markus Zimmermann Date: Thu, 31 Oct 2019 21:18:39 +0100 Subject: [PATCH] Link to the "Advanced Testing Methods" session --- advanced-testing-methods/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 advanced-testing-methods/README.md diff --git a/advanced-testing-methods/README.md b/advanced-testing-methods/README.md new file mode 100644 index 0000000..5035155 --- /dev/null +++ b/advanced-testing-methods/README.md @@ -0,0 +1,7 @@ +# Advanced Testing Methods + +Includes the basics of unit-testing and then the advanced methods mutation-testing, fuzzing, model-based testing, delta-debugging and Symflower. + +https://github.com/symflower/sessions/tree/master/2018/socrates-linz + +by Markus Zimmermann (Symflower)