diff --git a/Applications/Test/otbTestApplication.cxx b/Applications/Test/otbTestApplication.cxx
index 46597b5162ed36b92e2c00d1d06738b3d0989b4d..df85ec3bf8fbe0b1d1d4b17ef0901c7e083f6bf0 100644
--- a/Applications/Test/otbTestApplication.cxx
+++ b/Applications/Test/otbTestApplication.cxx
@@ -87,6 +87,15 @@ private:
     //AddParameter(ParameterType_OutputVectorData, "outgroup.outputvectordata", "Output Vector Data");
 
     AddParameter(ParameterType_Radius, "radius", "Radius");
+
+    AddParameter(ParameterType_InputImageList,  "il",   "Input image list");
+    MandatoryOff("il");
+    
+    AddParameter(ParameterType_ListView,  "cl", "Output Image channels");
+    AddChoice("cl.choice1", "cl.choice1");
+    AddChoice("cl.choice2", "cl.choice2");
+    MandatoryOff("cl");
+    
   }
 
   void DoUpdateParameters()