Saved Bookmarks
| 1. |
Explain test case runner. |
|
Answer» A Test Case Runner is a software tool that allows mobile applications to be tested. In ESSENCE, runners act as an environment that represents both the device and the end-users. A near-exact SIMULATION of the user environment is GENERATED and the application's functionalities are tested just as if a human were using the device. It helps DETERMINE whether the application is ready for launch. Commonly CALLED an instrumentation test runner, it runs test cases on an application smoothly. |
|