The UMTS base station has been pre-loaded with errors; your responsibility, during the tutorial, will be to uncover:
poor memory management
a performance bottleneck
a logic error in Java code
In addition, test completeness will be achieved by:
using code coverage to add new tests
improving your understanding of the code via runtime tracing
To accomplish the above, you will first manipulate the UMTS base station through manual interaction with a mobile phone simulator. Afterwards, automated hands-free interaction will be used.
To continue this tutorial, follow the Java track in the next lesson: Runtime Analysis with Test RealTime.
Next: Runtime analysis