mBread
2009-Jun-23 15:24 UTC
[rspec-users] 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-%28effectively-in-multiple-browser-windows%29-tp24167319p24167319.html Sent from the rspec-users mailing list archive at Nabble.com.
David Chelimsky
2009-Jun-23 17:34 UTC
[rspec-users] Asynchronous requests (effectively in multiple browser windows)
On Tue, Jun 23, 2009 at 10:24 AM, mBread<mbread at m-bread.com> 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> > Thanks, > mBread > -- > View this message in context: http://www.nabble.com/Asynchronous-requests-%28effectively-in-multiple-browser-windows%29-tp24167319p24167319.html > Sent from the rspec-users mailing list archive at Nabble.com. > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >