From f70e80f9602118c907f2f16e59566a635b623daf Mon Sep 17 00:00:00 2001
From: Hanjungwoo <hjw9504@ajou.ac.kr>
Date: Thu, 20 Aug 2020 20:34:43 +0900
Subject: [PATCH] Update README.md

---
 testing/README.md | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/testing/README.md b/testing/README.md
index f64711a..bcc9e8f 100644
--- a/testing/README.md
+++ b/testing/README.md
@@ -115,4 +115,16 @@
       ~~~
       ((((fa)<<24)/(fb))<<8)
       ~~~
-      - same as above, it has the same fuction as (fa<<32)/fb. First, fa is multiplied by 2^24, divided by fb, and then the remaining 2^8 is multiplied.
\ No newline at end of file
+      - same as above, it has the same fuction as (fa<<32)/fb. First, fa is multiplied by 2^24, divided by fb, and then the remaining 2^8 is multiplied.
+
+# Dynamic Test(fx_s3132)
+
+## Code Coverage
+    - One of the indicators of how much testing is sufficient when discussing software testing.
+
+## Project Coverage (60% -> 100%)
+### Before
+![testing_1](/uploads/ac075d788d0a21c645d79186b740ce50/testing_1.png)
+
+### After
+![testing_2](/uploads/8ab528e5a6d20abf870395b9ff0d73a2/testing_2.png)
\ No newline at end of file
-- 
GitLab