Re: Testing the Tomahawk components

2006-08-17 Thread Wendy Smoak
On 8/7/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: For example, on Firefox you can check that one of the nodes on the Tree 2 nonav example is there with: || assertText || //html/body/form/span/table[3]/tbody/tr/td[3]/span || Requires Foo || But that test fails in IE, even though the tree renders

Re: Testing the Tomahawk components

2006-08-07 Thread Wendy Smoak
On 8/6/06, Cagatay Civici <[EMAIL PROTECTED]> wrote: I got an email from a user asking how to use selenium for stuff like jscook menu, tree2. I wonder the results also. I'm not quite sure yet. :) We want to test the behavior (does the tree expand and display the correct nodes) and not necessa

Re: Testing the Tomahawk components

2006-08-07 Thread Matthias Wessendorf
please tell them to ask questions like that on the (dev) list On 8/6/06, Cagatay Civici <[EMAIL PROTECTED]> wrote: I got an email from a user asking how to use selenium for stuff like jscook menu, tree2. I wonder the results also. -- Matthias Wessendorf further stuff: blog: http://jroller.c

Re: Testing the Tomahawk components

2006-08-06 Thread Cagatay Civici
I got an email from a user asking how to use selenium for stuff like jscook menu, tree2. I wonder the results also.

Re: Testing the Tomahawk components

2006-08-06 Thread Matthias Wessendorf
--- >From: Wendy Smoak [mailto:[EMAIL PROTECTED] >Sent: Sunday, August 6, 2006 11:28 AM >To: 'MyFaces Development' >Subject: Re: Testing the Tomahawk components > >On 8/4/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > >> I've been playing with Selenium [1]

Re: Testing the Tomahawk components

2006-08-06 Thread Dennis Byrne
Faces Development' >Subject: Re: Testing the Tomahawk components > >On 8/4/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > >> I've been playing with Selenium [1] for functional testing ... > >... and have added a couple of tests for myfaces-example-simple. For >the

Re: Testing the Tomahawk components

2006-08-06 Thread Wendy Smoak
On 8/4/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: I've been playing with Selenium [1] for functional testing ... ... and have added a couple of tests for myfaces-example-simple. For the simple form that adds and subtracts numbers, only the submit buttons work, the links do not. You can see a

Testing the Tomahawk components

2006-08-04 Thread Wendy Smoak
If you could pick a Tomahawk component to test in multiple browsers, on multiple servlet containers, with various versions of JSF implementations, which one would it be? I need * a url to a page in one of the example apps that uses it * a description of the behavior you want to test I've been pl