Sun Worklist Manager Service Engine User's Guide

ProcedureTo Configure Test Properties

  1. In the Projects window, expand the composite application and expand Test.

  2. Right-click the test case you created, and then select Properties.

  3. Set the properties of the test case as follows:

    • Description: A general description of the test case.

    • Destination: The URL from the WSDL file's <soap:address location="THIS"> tag. This identifies the location of the web service to be tested.

    • SoapAction: This can be left blank.

    • Concurrent Threads: The number of concurrent threads to run during the test. This value can be any integer. Each thread can invoke the test case multiple times (see the following property). For example, Concurrent Threads =2 and Invokes Per Thread=3, the test case will run 6 times (two threads, each run three times).

    • Invokes Per Thread: The number of times each thread invokes the test case. This can be any integer.

    • Test Timeout (sec): The length of time in seconds each thread has to finish (including completing the worklist portion of the test). If it does not finish in the allotted time, then an exception is thrown. This can be any integer.

    • Calculate Throughput: An indicator of whether to calculate the throughput during testing.

    • Comparison Type: The method in which the tester should compare the test output. Select one of the following options:

      • identical: Considers the output and actual output as a stream of characters.

      • binary: Considers the output and actual output as a stream of bytes.

      • equals: Considers the output and actual output as a XML documents.

    • Feature Status: Select one of the following options:

      • progress: Marks test completion as "success", regardless of the actual outcome.

      • done: Records the actual outcome of the test.