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

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "== Intro == === rspec === === capybara === Capybara is a test tool for web application that simulates a real user to follow the scenarios of user stories.<ref>[https://github.c...")
 
No edit summary
Line 10: Line 10:


== Testing ==
== Testing ==
=References=
<references></references>

Revision as of 20:14, 5 November 2015

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>