Protip – Capybara-RSpec integration with Continuous Integration.

If you are dealing with UI test case automation wherein you see your test cases running in the launched browser window - example being using 'Capybara' with 'Selenium web-driver' or for that matter any web-driver , then this post can prove to be useful to you . Each time you run such test case suite, … Continue reading Protip – Capybara-RSpec integration with Continuous Integration.

Learn How To Test Social Networks Using Capybara, Cucumber Rails, & Selenium

Integration of social networks is very common in every application. We have many gems are available for doing integration. But testing this social integration is complicated task. Using capybara with cucumber we can easily test this similar to the normal UI testing through capybara. Step 1: Set up default driver to selenium. Step 2: Generate … Continue reading Learn How To Test Social Networks Using Capybara, Cucumber Rails, & Selenium

Discover How To Test Ajax Forms Using Capybara, Cucumber Rails, & Selenium

Manual UI testing plays a crucial part in test life cycle. However doing the same UI testing on every other day will became tedious. By using cucumber with capybara we can transform these mundane tasks into some interesting learning. We can easily automate manual UI testing by using capybara with cucumber. While automating, ajax forms … Continue reading Discover How To Test Ajax Forms Using Capybara, Cucumber Rails, & Selenium