my req is running2-3 instance of eggplant as a shellscript . esssentially I need to monitot a collaboration application where the presenter is presenting http://sports.yahoo.com/top/slideshow and it shows slides at fixed intervals
Now as the presenter starts the slideshwow the viewers will see them at a lag which I want to monitor continiously . So I was planning to start a few instances of eggplant in this fashion which connects to other viewer SUT and gets the frame no and logs it . I plan to plot them all using rrdtool
the command I use is
put shell("/Appplications/Eggplant.app/runscript /Users/qa/Eggplant/IVECommon/ReusableActions/CoreAccess/resMeeting.suite/Scripts/checkViewerSportsSlides.script -params Mac , 12 -host 10.209.131.110 -port 5901 -password neoteris ")
I have multiple licenses so there should not be issues but the handler just returns
11:22:28 Start handler 1: meet
put shell("/Appplications/Eggplant.app/runscript /Users/qa/Eggplant/IVECommon/ReusableActions/CoreAccess/resMeeting.suite/Scripts/checkViewerSportsSlides.script -params Mac , 12 -host 10.209.131.110 -port 5901 -password neoteris ")
<<< 11:22:28 End handler 1: meet (normal exit)
where am I wrong ?