Hallo, We have a couple tests I'd like to run on a regular basis just to test if the webapps are still alive. I have my own monitoring tool which creates an rss-file and handles logfiles or HTTP[200] responses so far.
When I tried to integrate Canoo WebTest, I had the following issues: - When starting the webtest command in java with Runtime.getRuntime().exec(command); the WebTest Monitor only starts up, after the process has exited. Even a child.waitFor() or a Thread.sleep(20000) didn't help. My idea was to check the results\\WebTestOverview.xml when finished. (do you happen to have an xsd for this xml, so that I can "jaxb" the result?) - How can I ommit the popup of the WebTestMonitor and the Report. Especially the Report is quite disturbing when running as service on a server. (the -quiet command only ommits log-entries) Kind regards, Markus Heidt If you are not the intended addressee, please inform us immediately that you have received this e-mail in error, and delete it. We thank you for your cooperation.

