Selenium will drive these events at the browser level, as in it'll
move the mouse pointer and do what you tell it to, so I believe
(disclaimer: I haven't ever tested SVG/VML with it) it should work.



On Thu, Jan 28, 2010 at 3:13 PM, Clifford Heath
<clifford.he...@gmail.com> wrote:
> On 28/01/2010, at 2:46 PM, Gabe Hollombe wrote:
>>
>> For anyone who's curious, here's what I've ended up with thus far:
>
> Ok, here's an interesting challenge.
>
> Tonight at Melb-Ruby I'm going to show a Raphael-based SVG/VML
> diagram editor written in JS. It uses a lot of drag/drop, implemented
> with my Raphaelle drag/drop framework (kudos to Gabe for the name).
>
> To test this thing properly, I need to simulate mouse events and drags
> from particular pixel locations to particular other locations, and check
> things that happen (highlighting etc) while that's running.
>
> Is there a JS testing framework that can deal with that kind of thing?
> How would you go about testing it? So far, I've only tested the interactive
> stuff manually...
>
> Clifford Heath.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby or Rails Oceania" group.
> To post to this group, send email to rails-ocea...@googlegroups.com.
> To unsubscribe from this group, send email to
> rails-oceania+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/rails-oceania?hl=en.
>
>



-- 
http://crazyhollywood.org

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
or Rails Oceania" group.
To post to this group, send email to rails-ocea...@googlegroups.com.
To unsubscribe from this group, send email to 
rails-oceania+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rails-oceania?hl=en.

Reply via email to