@Hassan_Radi
Thank for such an elaborate explanation. However i am new to Appium so have some tough time trying to understand what needs to be done.
Can you please suggest what needs to be passed as parameters to executor.execute(new CommandLine("The command you just formulated above"), resultHandler);
Also can you please explain the command which is to be executed?
cmd /c -->to start the command prompt
"C:/Program Files (x86)/Appium/node.exe"-->to start the node exe
"C:/Program Files (x86)/Appium/node_modules/appium/bin/Appium.js" --address 127.0.0.1 --chromedriver-port 9516 --bootstrap-port 4725 --selendroid-port 8082 --no-reset --local-timezone-->more explanation on this would be really helpful.
i am using java and executing the scripts on windows 7.
thanks in advance,
Karthik