In this section:

Custom HTML Widget

A custom HTML widget displays custom HTML.

This widget requires a DTP Enterprise license.

Contact your Parasoft representative for additional information.

Widget Configuration

TitleEnter a new title to replace the default title that appears on the dashboard.
Width

The DTP dashboard is a six-column wide grid that can have an unlimited number of rows. Specify how many columns the widget should span. Default is 1.

Also see About the Dashboard Grid.

Height

The DTP dashboard is a six-column wide grid that can have an unlimited number of rows. Specify how many rows the widget should span. Default is 1.

Also see About the Dashboard Grid.

HTMLEnter the HTML that you want to see in the widget.

Custom URL Widget

A custom URL widget shows what a browser would display for a specified URL.

This widget requires a DTP Enterprise license.

Contact your Parasoft representative for additional information.

Widget Configuration

TitleEnter a new title to replace the default title that appears on the dashboard.
FilterChoose Dashboard Settings to use the dashboard filter or choose a filter from the menu.
PeriodChoose Dashboard Settings to use the dashboard date range or choose a period from the menu.
URLEnter the URL of the page that you want to see in the widget.
Width

The DTP dashboard is a six-column wide grid that can have an unlimited number of rows. Specify how many columns the widget should span. Default is 1.

Also see About the Dashboard Grid.

Height

The DTP dashboard is a six-column wide grid that can have an unlimited number of rows. Specify how many rows the widget should span. Default is 1.

Also see About the Dashboard Grid.

Send usernameEnable to send your username as a URL parameter.

Load Test Continuum Widget

The Load Test Continuum widget is an example of a Custom HTML Widget that can be easily created using HTML that is included with your Load Test Continuum install. To include the Load Test Continuum widget on a dashboard, add a Custom HTML Widget (see Adding Widgets for more information about adding widgets) and configure it as follows:

TitleEnter a new title to replace the default title.
Width

The DTP dashboard is a six-column wide grid that can have an unlimited number of rows. Specify how many columns the widget should span. Default is 1, which is probably sufficient.

Also see About the Dashboard Grid.

Height

The DTP dashboard is a six-column wide grid that can have an unlimited number of rows. Specify how many rows the widget should span. Default is 1, which is probably sufficient.

Also see About the Dashboard Grid.

HTML
  1. Open the ltc_dtp_widget.html file in %TOMCAT_HOME%\webapps\ltc\dtp\ and copy its contents into this area.
  2. Modify the HTML with your custom settings as follows:
    • Locate the getServerURL() function and change the return value to the host and port of your Load Test Continuum installation.
    • Locate the getProjectName() function and change the return value to the name of the project that you would like to track in the widget.
  • No labels