Setting the Test Properties

See Also

To set the test properties:

  1. Right-click the test case and choose pop-menu item Properties.
  2. Set the properties of the test case as follows:
Description: string
User-entered text to help user know what the test is about.
Destination: URL (from the .wsdl file's <soap:address location="THIS"> tag)
Identifies the location of the web service to be tested.
SoapAction (default: blank)
Input File (read-only; generated by system)
Name of input file.
Output File (read-only; generated by system)
Name of output file.
Concurrent Threads: integer; default = 1
Each thread can invoke the test case multiple times (see the following property). Thus, if conc=2 and inv=3, the test case will be run 6 times (two threads, each run thrice).
Invokes Per Thread : integer; default = 1
Number of times each thread invokes the test case.
Test Timeout(sec): integer; default = 30
How long each thread has to finish. If it does not finish in the allotted time, then an exception is thrown.
Calculate Throughput: Boolean
If the checkbox is selected, then throughput statistics are calculated. Example: If a test specifies two threads and three invokes per thread, and if the test takes 15 seconds for the 6 invocations, then the statistics report an average of 2.5 seconds each.
Comparison Type: drop-down list:
Feature Status: pull-down list:

 

See Also
Testing a JBI Project

Legal Notices