Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 4.76 KB

e2e-test.md

File metadata and controls

65 lines (49 loc) · 4.76 KB

E2E test resources

What does End-to-End Test mean?

End-to-end testing is a methodology used to test whether the flow of an application is performing as designed from start to finish. The purpose of carrying out end-to-end tests is to identify system dependencies and to ensure that the right information is passed between various system components and systems.

End-to-end testing involves ensuring that that integrated components of an application function as expected. The entire application is tested in a real-world scenario such as communicating with the database, network, hardware and other applications

The AngularJS way

Protractor logo

Angular's team have built Protractor, an end to end test runner which simulates user interactions that will help you verify the health of your Angular application. Protractor is built on top of WebDriverJS.

Tools

Tool Description
Karma Test runner
Protractor E2E test framework

Articles

Presentations

Tutorials

Examples

Books

Media

Helpful links