Development tools : UDTT API Document and Online Test : Online Test
  
Online Test
This feature is used to do remote testing of the operation and flow of UDTT visually. Some special parameters are mandatory, such as dse_sessionId, dse_applicationId, dse_pageId, etc. They have been packaged into this feature.
Markdown documents can be obtained through the UDTT API Document function. This provides real-time online testing tools in conjunction with API documentation and debugging, against API documentation. Users who did not use UDTT Tooling design process can use the online test tool to display the runtime data model, facilitating debugging. You can also draw Flow charts from XML Flow files.
The test tool can be downloaded from the UDTT build and deployed to any Web container.
Restrictions and constraints
The remote project must be in DEV_MODE mode for the test tool to work. It is defined in web.xml file. The default value is ‘false’ and must be changed to ‘true’.
Example of a web.xml file content
Remote testing for operation and flow
First, configure the remote IP, port and content. They can be found in markdown file or by oral.
This graphic is described in the surrounding text.
Flow tests must be performed within a session. A session is managed in session management page.
This graphic is described in the surrounding text.
This graphic is described in the surrounding text.
Operation test without a session.
This graphic is described in the surrounding text.
Operation and Flow display interface.
These are processed by runtime XML and not by the transaction file. So the flow chart can be shown even though it is an old project which does not have a transaction file.
Flow list
Flow list detail
Analyze and provide formatted JSON data presentation for operation/flow from runtime XML
This graphic is described in the surrounding text.
This graphic is described in the surrounding text.
Analyze other information (id, type, context, and so on)
This graphic is described in the surrounding text.
This graphic is described in the surrounding text.
This graphic is described in the surrounding text.
Operations list
‘Validation page’ helps to assess the validity of a JSON format. Click ‘Validate’ to perform a validation on the displayed JSON content.
Validation page for JSON
Go up to
UDTT API Document and Online Test