Specifying Imports
To specify import statements shared by all of the code used in the test specification:
- In the Class Test Parameters window, open Dynamic Analysis> Test Case Generation> Common.
- Double-click the Imports node. The Imports window will open.
- Enter the import statement in the Imports window.
- Example:
import java.util.Vector;
-
import java.awt*;
- (Optional) If you want to check the method, choose Options> Save & Check.
- Choose Options> Save.
- Choose Options> Quit.
Related Topics
About Black-Box Testing
Performing Black-Box Testing
Adding Method Inputs
Adding Test Classes
Specifying Imports
|