End-to-End Test

Definition: 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.

For example, a simplified end-to-end testing of an email application might involve:

1. Logging in to the application
2. Accessing the inbox
3. Opening and closing the mailbox
4. Composing, forwarding or replying to email
5. Checking the sent items
6. Logging out of the application

Comments

Popular posts from this blog

Robot Framework vs Cucumber

Performance Testing of RESTful APIs Using JMeter

Verification displayed number of rows inside table by Robot Framework