On Fri, Aug 31, 2012 at 10:14 AM, Fahim Patel <pafahim at gmail.com>
wrote:>
>
> Hi all,,,,
>
> I work on Rspec and now i see some more framework which is cucumber and
> silenium
> I have one question..
>
> Which one is best for high level testing between cucumber and silinium?
>
> can we use both cucumber and silinium together ?
Selenium automates web browsers.
Cucumber automates tests.
Together, they let you automate tests in web browsers. If that''s what
you want to do, they work very well together, but I''d also look at
Capybara, which provides a simpler interface to Selenium (via some
other tools like selenium-web-driver).
HTH,
David