Subreport Data Sets Reference

This reference provides details on all subreport data sets available for printable reports.

Common Subreports

Common subreports are available at all levels.

ModelItemProperties

Includes the current modelItem object (can be WsdlProject, WsdlTestSuite, WsdlTestCase, or WsdlLoadTest) and exposes all its public properties. These properties are available at all levels.

Please see the corresponding Javadoc to find the other properties.

Field Value

Field Description

name

The name of modelItem.

description

The description.

id

The internal ID.

icon

The corresponding ImageIcon.

TestProperties

Contains a collection of test properties. Each property object has the following fields:

Option

Description

property

The property name.

value

The property value.

type

The property type (not currently used).

description

The property description (not currently used).

ReportMetrics

Contains a collection of ReportMetric objects. Each object has the following fields:

Option

Description

name

The metric name.

value

The metric value.

category

The metric category.

icon

The metric icon name (string).

ReportProperties

Contains the current report object (can be WsdlProjectReport, WsdlTestSuiteReport, WsdlTestCaseReport, or WsdlLoadTestReport) and exposes all its public properties. These properties are available at all levels.

Please see the corresponding Javadoc to find the other properties.

Option

Description

itemName

The name of the corresponding modelItem.

itemDescription

The description of the corresponding modelItem.

modelItem

The corresponding modelItem.

level

The report level (PROJECT, TESTSUITE, TESTCASE, LOADTEST).

Item Options

  • Include calculated request writing time.

  • Include calculated response reading time.

  • Close connections after each request.

  • Sample interval.

  • Disable history.

These options are available for the following data sets:

  • Test case:

    • TestCaseTestSteps

    • TestCaseRequirements

    • TestCaseTestStepResults

    • FailedTestSteps

    • TestCaseJUnitResults

    • TestCaseMetrics

  • Test suite:

    • TestSuiteTestCases

    • TestSuiteJUnitResults

    • TestSuiteTestCaseResults

    • TestSuiteMetrics

    • TestSuiteFailedTestSteps

    • TestSuiteCoverage

  • Project:

    • ProjectTestSuites

    • ProjectTestSuiteResults

    • ProjectVirts

    • ProjectRequirements

    • ProjectJUnitResults

    • ProjectResultMetrics

    • ProjectFailedTestSteps

  • Load test:

    • LoadTestStatistics

    • LoadTestLog

    • LoadTestTestStepHistory

    • LoadTestStatisticsHistory

    • FailedTestSteps

See Also

Publication date: