Re: Re: Tests for Console

2006-09-01 Thread Jason Dillon
I was able to finally get the simple GoogleTest example to run in Maven... some of the online docs are bunk, but if you download selenium-rc 0.8.1 those examples work better. Still need to automate starting, stopping the selenium server, which should happen when the G server is started stopped.

Re: Tests for Console

2006-09-01 Thread Bill Dudney
Hi Jason, AFAIK you have to have the selenium stuff in the web app you are deploying. But that is something I was going to play with over the weekend. My approach was mirror what shale does; http://shale.apache.org/shale-apps/selenium.html But run the tests with the selenium server.

Re: Tests for Console

2006-09-01 Thread Jason Dillon
Its too bad the console does not change the title of the page when the portlet changes... its nice and easy to check the title... but its always Geronimo Console. --jason On Sep 1, 2006, at 2:37 PM, Bill Dudney wrote: Hi Jason, AFAIK you have to have the selenium stuff in the web app

Re: Re: Tests for Console

2006-08-31 Thread Jason Dillon
selenium looks very promising... I've not tried it, but from the docs it looks good... I like the IDE to record. I would love to see a proof of concept for how this could be hooked up to the build for integration tests of the console :-) --jason On 8/8/06, Bill Dudney [EMAIL PROTECTED] wrote:

Re: Tests for Console

2006-08-31 Thread Gianny Damour
I support that. If Selenium is chosen as the tool to automate the integration testing of the Admin console, then I am happy to bootstrap the effort. On my current project, we are using Selenium with script generation via Ruby and it rocks. Our build system is Ant, thought, I think that I

Re: Tests for Console

2006-08-31 Thread Prasad Kashyap
Cool.. Selenium then. You may monitor this jira http://issues.apache.org/jira/browse/GERONIMO-2359 as I start building the integration tests for the server. I'll soon have another patch out there. Please provide suggestions as to how the framework can be made to accomodate Selenium too. Cheers

Re: Tests for Console

2006-08-31 Thread Jason Dillon
Cool... I think Bill Dundney expressed some interest in this as well. :-) I think to start antrun should work fine... and then after we get a POC working, then we can craft an m2 plugin. --jason On Aug 31, 2006, at 7:15 PM, Gianny Damour wrote: I support that. If Selenium is chosen as

Re: Tests for Console

2006-08-31 Thread Bill Dudney
Hi All, I'm planning on doing a proof of concept for selenium over the weekend to test the console (esp the datasource deployment :-). I will post a patch when i have something meaningful (hopefully by monday). TTFN, -bd- On Aug 31, 2006, at 9:25 PM, Jason Dillon wrote: Cool... I

Re: Tests for Console

2006-08-08 Thread Bill Dudney
Canoo is quite good; http://webtest.canoo.com/webtest/manual/WebTestHome.html It uses Ant to execute its tests and AFAIK there is not maven plugin to invoke it but should be straight forward to do with maven. Its license appears to (this non-lawyer at least) be compatible. Also the Struts