Re: [rspec-users] Newbie testing questions

2012-09-09 Thread David Chelimsky
On Fri, Sep 7, 2012 at 2:14 PM, Anand K V R. wrote: > Hi Friends. > > I'm an absolute Tester (little experience on development upto college > level) and had been asked to Test an application developed in Rails. As > our client selected Rspec, I have no other go. > > Can anyone help me with a basic

Re: [rspec-users] Newbie testing questions

2012-09-07 Thread Anand K V R.
Hi Friends. I'm an absolute Tester (little experience on development upto college level) and had been asked to Test an application developed in Rails. As our client selected Rspec, I have no other go. Can anyone help me with a basic program in Rspec how to open GMAIL, enter username / password

Re: [rspec-users] Newbie testing questions

2012-06-01 Thread Matt Wynne
Hi Ben, On 1 Jun 2012, at 16:46, Ben Densmore wrote: > I recently wrote my first gem and am now in the process of learning how > to write tests for it before I release. > > My gem is pretty basic and really just has a few class files with some > methods for using GET to an API that returns some

[rspec-users] Newbie testing questions

2012-06-01 Thread Ben Densmore
I recently wrote my first gem and am now in the process of learning how to write tests for it before I release. My gem is pretty basic and really just has a few class files with some methods for using GET to an API that returns some JSON data. I'm trying to come up with what I should be testing