You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In the table below, the implications of the trace settings for compiling an xUML service and running a test case are displayed.

 E2E Bridge 
Tracing not enabledTracing enabled 
E2E Trace Analyzer
(Synchronous Tracing)
No tracing information at all can be displayed.Tracing not enabledNo tracing information is requested from the E2E xUML Runtime. 
Tracing enabledFullComplete tracing information is requested from the E2E xUML Runtime. It returns all runtime values without limitations.Tracing can be specified on test case level.
TruncateLimited tracing information is requested from the xUML runtime. At this level, each string is truncated after 255 characters. Furthermore, only the first and the last element of an array are displayed. This option is useful for services with high data load.
E2E Trace Analyzer
(Asynchronous Tracing)
No tracing information at all can be displayed.DeactivatedNo tracing information is requested from the E2E xUML Runtime. 
ActivatedFullComplete tracing information is requested from the E2E xUML Runtime. It returns all runtime values without limitations.Tracing can be specified on operation level.
ModerateLimited tracing information is requested from the E2E xUML Runtime. At this level, each string is truncated after 255 characters. Furthermore, only the first and the last element of an array are displayed. This option is useful for services with high data load

It is not possible to produce asynchronous trace data with a synchronous test case that has tracing enabled. The E2E xUML Runtime then will send the tracing data to the synchronous test case. In this case, disable trace on the synchronous test case.

  • No labels