Re: [rspec-users] automating and end to end functional test.

2009-04-27 Thread Matt Wynne
On 27 Apr 2009, at 06:29, jmac wrote: Hi David, So I have a number of Java based web systems. The systems allow users to lodge applications for various products/services that my organisation provides. The applications usually have at least 4 or 5 pages, but may be longer depending on the info

Re: [rspec-users] automating and end to end functional test.

2009-04-27 Thread Aslak Hellesøy
Hi David, So I have a number of Java based web systems. The systems allow users to lodge applications for various products/services that my organisation provides. The applications usually have at least 4 or 5 pages, but may be longer depending on the info that is entered. There is alot of comm

Re: [rspec-users] automating and end to end functional test.

2009-04-26 Thread jmac
Hi David, So I have a number of Java based web systems. The systems allow users to lodge applications for various products/services that my organisation provides. The applications usually have at least 4 or 5 pages, but may be longer depending on the info that is entered. There is alot of common p

Re: [rspec-users] automating and end to end functional test.

2009-04-25 Thread David Chelimsky
On Sat, Apr 25, 2009 at 5:43 AM, jmac wrote: > Hi, > I am new to ruby and rspec. I would like to use ruby/rspec/cucumber to > automate acceptance tests for a number of integrated systems at my > work. I get the basics of cucumber features, but how do I chain these > tests so that I can test a proc

[rspec-users] automating and end to end functional test.

2009-04-25 Thread jmac
Hi, I am new to ruby and rspec. I would like to use ruby/rspec/cucumber to automate acceptance tests for a number of integrated systems at my work. I get the basics of cucumber features, but how do I chain these tests so that I can test a process from start to finish. Essentially, I want to use the