diff --git a/content/roadmaps/113-qa/content/100-qa-basics/103-test-oracles.md b/content/roadmaps/113-qa/content/100-qa-basics/103-test-oracles.md
index 750eb8ccc..cea3dad77 100644
--- a/content/roadmaps/113-qa/content/100-qa-basics/103-test-oracles.md
+++ b/content/roadmaps/113-qa/content/100-qa-basics/103-test-oracles.md
@@ -1 +1,6 @@
-# Test oracles
\ No newline at end of file
+# Test Oracles
+
+A test oracle is a mechanism; different from the program itself that can be used to check the correctness of the program's output for the test cases. Conceptually, we can consider testing a process in which the test cases are given to the test oracle and the program under testing.
+
+Free Content
+What are Test Oracles