Thanks Todd and Antonio

I've used Selenium tests before, so I know the basic mechanism

Just not clear how the plugin fits in.  I'll look at the Tiles tests
to get a better idea.

On Thu, Oct 7, 2010 at 9:20 AM, Thiessen, Todd (Todd)
<[email protected]> wrote:
> Yes. We use it very extensively. Works great. I found the docs to be fairly 
> adequate. We write all our Selenium tests using junit.
>
> Make sure you get the Selenium IDE plugin for firefox. It will greatly help 
> you write your junit tests.
>
> The Maven plugin for Selenium start the selenium-rc (I think remote control) 
> server. That server I believe emulates all the mouse clicks that a human 
> would do. So in your junit tests you will have something like:
>
> selenium.click("ok-button-id");
>
> The selenium IDE will create this text for you. You just have to put them 
> into your junit tests.
>
>> -----Original Message-----
>> From: Greg Akins [mailto:[email protected]]
>> Sent: Thursday, October 07, 2010 9:12 AM
>> To: Maven Users List
>> Subject: Selenium Plugin
>>
>> Is anyone using the Selenium plugin?
>>
>> I'd like to use the selenese goal to run html test suites; but haven't
>> had any success getting it to work.
>>
>> The plugin documentation recommends using JUnit to run Selenium tests
>> with the normal surefire plugin.  In that case, I'm not sure of the
>> point of the Selenium plugin.
>>
>> Can anyone point me in the right direction?
>>
>> --
>> Greg Akins
>>
>> http://insomnia-consulting.org
>> http://www.pghcodingdojo.org
>> http://pittjug.dev.java.net
>> http://twitter.com/akinsgre
>> http://www.linkedin.com/in/akinsgre
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>



-- 
Greg Akins

http://insomnia-consulting.org
http://www.pghcodingdojo.org
http://pittjug.dev.java.net
http://twitter.com/akinsgre
http://www.linkedin.com/in/akinsgre

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to