On Sat, Sep 1, 2012 at 6:43 AM, Fahim Patel wrote:
> Selenium automates web browsers.
>
> Cucumber automates tests.
>
>
> can u please explain this line??
Please read the docs for these tools:
http://cukes.info/
http://seleniumhq.org/
> thanks
>
> can u give answer on this questions
All of the
Selenium automates web browsers.
Cucumber automates tests.
can u please explain this line??
thanks
can u give answer on this questions
Q1
if i have 2 sceanario and 1 background .
but i want only 1 scenario should used that backgound and 2nd
scenario dont use that background.
and i want t
On Mon, Aug 13, 2012 at 12:55 AM, Fahim Patel wrote:
> 1. model spec only consist a spec of validation only? or we can write
> more different type of spec in it.
RSpec places no restrictions on what types of tests you write in your
model specs. I've seen tests against validations, but als
1. model spec only consist a spec of validation only? or we can write
more different type of spec in it.
2. please tell me that or give category that what kind of spec is
expecting in Model spec,controller spec ,view spec ,request,helper,
(spec directory structure)
thanks
Fahim Baba