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
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
Post a Comment