Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

How to handle exceptions for each test steps under test suites

mdsheeraz
mdsheeraz Posts: 29
edited June 10 in SOAtest

Hi,

How can we handle exceptions for each test steps for the below .tst file.

for example : the first step datasource if it doesn't have any data to extract should give an error that should send directly to the last messaging client step ( that has SMTP configured to notify users on status of the workflow)

expectation is if any error or failures in any of the test steps, email should contain error summary.

Comments

  • jakubiak
    jakubiak Posts: 820 admin

    Post moved to the SOAtest forum.

  • mdsheeraz
    mdsheeraz Posts: 29

    Could anyone please help on the above requirement..

  • benken_parasoft
    benken_parasoft Posts: 1,349 ✭✭✭

    Test cases are not intended to consume test failure messages from other test cases. Any test failures are available in reports which you can configure to be emailed. See the various "report.mail" settings from Reporting Settings.