Breadcrumbs

Running a Test

Click the test case with the right mouse button and select Run Test Case from the context menu.

run_test_case.png

The color of the test case icon indicates the status of the test case:

Test Case Icon

Description

icon_test_case_gray.png

The test case has not been run yet.

icon_test_case_green.png

The test case has been run, and the last run has been executed successfully.

icon_test_case_red.png

The test case has been run, and the last run has not been executed successfully.

icon_test_case_purple.png

The test case has been run, and the last run exceeded the specified maximum trace size. For more details, see Exceeding Maximum Trace Size.

To inspect the request SOAP message that was sent to the service, select the item request.log in the Trace Analyzer tree.

request_log.png

Continue by inspecting the test case results or browsing through the execution path of the service.

📗