Capybara brief introduction

First of all, its open source ruby language based framework which uses selenium web-driver internally to interact with web application controls.
It's designed specifically for testing a web application through the UI, so it has useful methods for asserting that the page is correct.
It has the built-in mechanism for handling synchronization issues that we run into while testing web applications.

It has a very good API support to interact with the application controls. I see there is a discussion forum to discuss the issues/solutions.

We can integrate BDD frameworks like Cucumber and RSpec with Capybary for better acceptance test results.

Links:
API Support
Discussion Forum
Sample Code

0 comments:

Post a Comment