DevTest Solutions provides two main exception classes for handling errors in test case components:
com.itko.lisa.test.TestRunException (in lisa-core-8.0.0.jar): Indicates a problem in how the test was run. For example, trying to access a parameter that does not have an expected value would throw this type of exception.
com.itko.lisa.test.TestDefException (in lisa-core-8.0.0.jar): Indicates a problem in how the test was defined. For example, trying to reference a data set that was not defined would throw this type of exception.
For more information about exception classes, see the JavaDocs in the doc folder of your installation directory.
Copyright © 2014 CA Technologies.
All rights reserved.
|
|