Selenium uses xpath, so you don't have to use domid's. But if you do, the
selenium IDE is good for maintaining the tests as well. If a test fails when
UI changes it's easy to fix in the IDE.

My 2c

On Thu, Jul 3, 2008 at 1:41 PM, richardwilko <[EMAIL PROTECTED]>
wrote:

>
> hi,
>
> I've used selenium in the past and I do like it.  However it uses domIds
> quite a bit, and as these are autogenerated by wicket they can prove
> troublesome.  For example, you might get a test working, then add a new
> component to the page, which then changes all the dom ids on the page,
> breaking all your tests.  I know that you can specify a static domId in the
> wicket code, but I would be interested to hear how other people have solved
> / got around this problem.  I had thought about using wickettester at the
> same time as selenium and using this to get the correct domids, but that
> didnt seem like a very good way of doing things.
>
> Richard
> --
> View this message in context:
> http://www.nabble.com/Functional-testing-tools-comparison-tp18241663p18257390.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to