Re: [rspec-users] testing javascript-heavy websites

2009-01-25 Thread Joe Van Dyk
How does http://celerity.rubyforge.org/ compare to the options mentioned? On Thu, Jan 22, 2009 at 6:46 PM, Joe Van Dyk wrote: > We're starting to work on some javascript-heavy websites, and even > some flash/flex based ones as well. > > What's the current hotness in automatically testing those ty

Re: [rspec-users] testing javascript-heavy websites

2009-01-23 Thread Pau Cor
> I have had some trouble > with ajax-heavy stuff but never took the time to sort it out. I had some trouble too at first. Some things that seem like they _should_ work just don't. But I seem to have gotten past it. If anyone has a specific problem post here, and I'll give it a try :) Or you c

Re: [rspec-users] testing javascript-heavy websites

2009-01-22 Thread Pat Maddox
On Thu, Jan 22, 2009 at 6:46 PM, Joe Van Dyk wrote: > We're starting to work on some javascript-heavy websites, and even > some flash/flex based ones as well. > > What's the current hotness in automatically testing those types of > websites? Does cucumber hook up to selenium now? I thought I saw

Re: [rspec-users] testing javascript-heavy websites

2009-01-22 Thread Ben Mabey
On 1/22/09 7:46 PM, Joe Van Dyk wrote: We're starting to work on some javascript-heavy websites, and even some flash/flex based ones as well. For flex see: http://wiki.github.com/aslakhellesoy/cucumber/funfx-and-flex What's the current hotness in automatically testing those types of websit

[rspec-users] testing javascript-heavy websites

2009-01-22 Thread Joe Van Dyk
We're starting to work on some javascript-heavy websites, and even some flash/flex based ones as well. What's the current hotness in automatically testing those types of websites? Does cucumber hook up to selenium now? I thought I saw that webrat did. Any recommended resources? Joe ___