Hello, Anyone working in QA Test Automation with RSpec wouldn?t mind posting their testing framework or know where I can go to get more info on testing frameworks either with RSpec or Cucumber? I greatly appreciate. Thank you.
On Feb 5, 2012 2:04 PM, "Ze T" <ze.tradr at gmail.com> wrote:> > Hello, > Anyone working in QA Test Automation with RSpec wouldn?t mind posting > their testing framework or know where I can go to get more info on > testing frameworks either with RSpec or Cucumber? I greatlyPerhaps you could give us a little more background to what you are testing. Is it a web app? Is it written in Ruby? What type of testing are you looking at? Integration tests, unit tests. Thanks -- Joseph Wilk http://blog.josephwilk.net> appreciate. Thank you. > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20120205/529400a6/attachment.html>
This will probably help you. http://fijiaaron.wordpress.com/2008/07/10/ruby-ci-options/ Julian On 05/02/2012, at 7:29 PM, Ze T wrote:> Hello, > Anyone working in QA Test Automation with RSpec wouldn?t mind posting > their testing framework or know where I can go to get more info on > testing frameworks either with RSpec or Cucumber? I greatly > appreciate. Thank you. > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
> Perhaps you could give us a little more background to what you are testing. > Is it a web app? Is it written in Ruby? What type of testing are you > looking at? Integration tests, unit tests.Looking to run functional tests on site like www.kodakgallery.com or www.shutterfly.com it might or might not have web apps. I know for fact it will be with Ruby & Selenium WebDriver, so it would mostly be unit tests. Thank you for feedback. On Feb 5, 6:11?am, Joseph Wilk <j... at josephwilk.net> wrote:> On Feb 5, 2012 2:04 PM, "Ze T" <ze.tr... at gmail.com> wrote: > > > > > Hello, > > Anyone working in QA Test Automation with RSpec wouldn?t mind posting > > their testing framework or know where I can go to get more info on > > testing frameworks either with RSpec or Cucumber? I greatly > > Perhaps you could give us a little more background to what you are testing. > Is it a web app? Is it written in Ruby? What type of testing are you > looking at? Integration tests, unit tests. > > Thanks > -- > Joseph Wilkhttp://blog.josephwilk.net > > > appreciate. Thank you. > > _______________________________________________ > > rspec-users mailing list > > rspec-us... at rubyforge.org > >http://rubyforge.org/mailman/listinfo/rspec-users > > > > _______________________________________________ > rspec-users mailing list > rspec-us... at rubyforge.orghttp://rubyforge.org/mailman/listinfo/rspec-users
On 6 Feb 2012, at 08:20, Ze T wrote:>> Perhaps you could give us a little more background to what you are testing. >> Is it a web app? Is it written in Ruby? What type of testing are you >> looking at? Integration tests, unit tests. > > Looking to run functional tests on site like www.kodakgallery.com or > www.shutterfly.com > it might or might not have web apps. I know for fact it will be with > Ruby & Selenium WebDriver, > so it would mostly be unit tests. Thank you for feedback.Hi Ze, Sorry for the sales, but we wrote The Cucumber Book[1] to help guide teams who want to do this. I''d suggest the material in there would help you, particularly the chapters on using Capybara (which wraps Selenium Webdriver). [1] http://pragprog.com/book/hwcuc/the-cucumber-book cheers, Matt -- Freelance programmer & coach Author, http://pragprog.com/book/hwcuc/the-cucumber-book Founder, http://www.relishapp.com/ Twitter, https://twitter.com/mattwynne -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20120206/d71a5a69/attachment.html>