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
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.
0
Comments
-
Post moved to the SOAtest forum.
0 -
Could anyone please help on the above requirement..
0 -
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.
0