diff --git a/testing/README.md b/testing/README.md
index f64711a9e3eb55b3c869661b5f4ae0934e42f772..bcc9e8f3608f7bf52187ad52e5d6eeee3fd27367 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