@VAR1 = { 'testcase1' => { 'step1' => { 'command' => 'Launchapplication ', 'param1' => 'executablepath', 'param2' => 'dirpath' }, 'step2' => { 'command' => 'SelectMenu' }, 'step3' => { 'command' => 'Changemode', 'param1' => '100' }, 'step4' => { 'command' => 'CaptureRectanlge', 'param1' => '3', 'param2' => '96', 'param3' => '726', 'param4' => '580' }, 'step5' => { 'command' => 'CompareImage', 'image1' => 'D:\\\\img1.jpg', 'image2' => 'D:\\\\img2.jpg ' } }, 'testcase2' => { 'step1' => { 'command' => 'Launchapplication ', 'param1' => 'executablepath', 'param2' => 'dirpath' }, 'step2' => { 'command' => 'Dothis' }, 'step3' => { 'command' => 'Changemode', 'param1' => '100' }, 'step4' => { 'command' => 'CaptureRectanlge', 'param1' => '3', 'param2' => '96', 'param3' => '726', 'param4' => '580' }, 'step5' => { 'command' => 'CompareImage', 'image1' => 'D:\\\\img1.jpg', 'image2' => 'D:\\\\img2.jpg ' } }