Asynchronous requests (effectively in multiple browser windows)

Hi. I’m using cucumber on a rails app along with rspec & webrat. Is
there any
way in cucumber to write scenarios that would use more than one window
in an
equivalent manual test?

I am wanting to write a feature scenario for this manual test: log in,
load
up a form that it only visible to logged in users, log out in a
different
window, then submit the form in the original window. is this possible,
and
should it be in cucumber that I am testing this, or is it a lower-level
test?

Thanks,
mBread

View this message in context:
http://www.nabble.com/Asynchronous-requests-(effectively-in-multiple-browser-windows)-tp24167319p24167319.html
Sent from the rspec-users mailing list archive at Nabble.com.

On Tue, Jun 23, 2009 at 10:24 AM, mBread[email protected] wrote:

Hi. I’m using cucumber on a rails app along with rspec & webrat. Is there any
way in cucumber to write scenarios that would use more than one window in an
equivalent manual test?

I am wanting to write a feature scenario for this manual test: log in, load
up a form that it only visible to logged in users, log out in a different
window, then submit the form in the original window. is this possible, and
should it be in cucumber that I am testing this, or is it a lower-level
test?

Cucumber has its own group now. Please post this to
http://groups.google.com/group/cukes

Cheers,
David