diff --git a/README.md b/README.md
index f024a122bfa89df5accba10895c1bfb523642c82..a88e39d436285fc46b3a7480d945bc273e40bd28 100644
--- a/README.md
+++ b/README.md
@@ -936,15 +936,15 @@ As shown in the screen shot the system was able to work successfully.
 
 ### 8.1 Explanation
 
-| Test No. | Test                 | Purpose                                     | Pass         |
-|:--------:|:---------------------|:--------------------------------------------|:------------:|
-|    1     | Basic Tests          | Verify basic fiber initialization            |       ✔      |
-|    2     | State Tests          | Test state transition functionality          |       ✔      |
-|    3     | Priority Tests       |Test priority assignment and modification    |       ✔      |
-|    4     | Memory Tests         |Verify memory allocation for fiber           |       ✔      |
-|    5     | Data Tests           |Test data management                         |       ✔      |
-|    6     | Multiple Fiber Tests |Test priority relationships                  |       ✔      |
-|    7     | State Logging        |Verify state transition logging              |       ✔      |
+| Test No. | Test                 | Purpose                                      | Expected Outcome                              | Pass  |
+|:--------:|:---------------------|:---------------------------------------------|:---------------------------------------------|:------------:|
+|    1     | Basic Tests          |Verify basic fiber initialization            |Fiber created with default state and priority |       ✔      |
+|    2     | State Tests          |Test state transition functionality          |Successful transition through all states      |       ✔      |
+|    3     | Priority Tests       |Test priority assignment and modification    |Correct priority values  maintained |       ✔      |
+|    4     | Memory Tests         |Verify memory allocation for fiber           |Stack memory successfully allocated           |       ✔      |
+|    5     | Data Tests           |Test data management                         |Data value stored and retrieved          |       ✔      |
+|    6     | Multiple Fiber Tests |Test priority relationships                  |Correct priority ordering         |       ✔      |
+|    7     | State Logging        |Verify state transition logging              |All state changes correctly logged            |       ✔      |
 
 ### 7.3 Testing & Results