InterviewSolution
| 1. |
What do you understand about end-to-end mobile testing automation? What things should be kept in mind while performing end-to-end mobile testing automation? |
|
Answer» End-to-end mobile application test automation is a method of testing a software product from beginning to end to ensure that the application flow is as planned. It establishes the product's system mandates and ensures that all integrated components perform as expected. The GOAL of end-to-end (E2E) mobile application test automation is to test from the PERSPECTIVE of the end-user by replicating a real-world situation, in which a user uses the application, and confirming the system under test and its components for data INTEGRITY and integration. These days, software SYSTEMS are sophisticated and integrated with numerous subsystems. The entire software system could fail if one of the subsystem fails. We employ end-to-end mobile application test automation to eliminate this big risk. Following THINGS should be kept in mind while performing end-to-end mobile testing automation :
|
|