adding TestON
diff --git a/TestON/examples/CaseParams/readme b/TestON/examples/CaseParams/readme
new file mode 100644
index 0000000..90e91e4
--- /dev/null
+++ b/TestON/examples/CaseParams/readme
@@ -0,0 +1,11 @@
+This example shows the usage of the CASE level parameters, in params file the
+[[CASE]]
+    'destination'  = 'h2'
+
+We can get this CASE level parameter like :
+main.params['CASE1']['destination']
+
+
+cd ~/bin/
+./launcher --example CaseParams 
+   will execute this example.
\ No newline at end of file