adding TestON
diff --git a/TestON/examples/Topology/readme b/TestON/examples/Topology/readme
new file mode 100644
index 0000000..712aa0f
--- /dev/null
+++ b/TestON/examples/Topology/readme
@@ -0,0 +1,19 @@
+This example shows , how we can use the topology file:
+
+In topo file we can specify the component like below:
+[TOPOLOGY]   
+
+    [[COMPONENT]]
+        [[["Mininet1"]]]
+       
+The usage of this component in the test script like below:
+
+main.Mininet1.checkIP(main.params['CASE1']['destination'])
+
+Here we are using the Mininet1 which of type Mininet 
+
+
+
+cd ~/bin/
+./launcher --example Topology 
+   will execute this example.
\ No newline at end of file