xUML Service Model Debugging, Testing and Quality Assurance (QA) Concepts
Testing supplies information about the quality of the service and whether if fulfills the requirements defined during the conceptional phase of the development - with the goal of activating the service with as few bugs as possible.
We support testing by the following concepts and tools:
Runtime Analysis and Troubleshooting of Distributed Systems | With the Trace Analyzer as a part of the Scheer PAS Analyzer it is possible to run test cases and to trace through the UML process flow afterwards. This applies to synchronous processes as well as to asynchronous processes. |
---|---|
Model Debugging | The xUML Service Interactive Debugger is part of the Scheer PAS Builder and its SOAP Test Tool. The Interactive Debugger integrates seamlessly into MagicDraw and allows to trace visually through a UML model, manage breakpoints and watch objects. |
Regression Tests | The Regression Test Tool as part of the Scheer PAS Analyzer provides the possibility to build up full test scenarios. By that approach reproducible tests lead to a defined service quality after the service having been changed. |
Backend Mockups | As with testing not all backends are always available reliably, it is possible to record or manually build up backend access data to simulate backends for the use with test cases. |
Unit Testing | The Scheer PAS Builder offers the possibility perform unit tests. Single classes can be stereotyped as to be testable, so that the class implementation can be tested independently from the rest of the service implementation. |
Continuous Delivery | The Scheer PAS Bridge offers a list of command line tools to help you integrate your UML model development into a continuous delivery scenario, such as e.g. Jenkins. |
In the next chapters, you will find some general explanations on testing of services running on the Bridge and more details on the concept of making classes testable.