Integration tests for an existing Rails application.

For an existing rails application, which is better? building integration tests through cucumber or through selenium

Regards, Pankaj

pankaj wrote in post #967152:

For an existing rails application, which is better? building integration tests through cucumber or through selenium

They're not mutually exclusive. Use Cucumber, and if you have extensive JavaScript to test drive Selenium or Celerity through Cucumber.

Regards, Pankaj

Best,