CSC/ECE 517 Fall 2015 E1582 Create integration tests for the instructor interface using capybara and rspec

From Expertiza_Wiki
Revision as of 20:14, 5 November 2015 by Zwu13 (talk | contribs)
Jump to navigation Jump to search

Intro

rspec

capybara

Capybara is a test tool for web application that simulates a real user to follow the scenarios of user stories.<ref>capybara on GitHub</ref> It could interact with app to receive pages, parse the HTML and submit forms as a user would.<ref>on YouTube</ref>

integration test

Testing

References

<references></references>