Lesson 2 – Creating a Test Method
435
Development Flow
The following software tools are used to perform the above tasks:
 • Test Method Editor
This tool constructs the following two windows:
 – Project window
This window is used to create a project for the test method 
program, and manage members (classes and test method 
programs in it). When you add a new test method program, the 
Parameter and Limit Table Dialog window opens to setup 
input parameters and test names for limit values that you will 
set using the Test Flow Editor.
 – Text Editor window
This window is used to edit a test method program in the 
selected class source file. During editing, you can open a Test 
Method Panel to set up parameters of a test method API easily.
 • HP WDB
This tool is used to debug test method programs.
1. Performing preparation tasks for test method programs you
    will develop.
2. Developing each test method program using the Text Editor
    tool.
3. Compiling and linking the test method programs for
    creating a shared library.
4. Registering the shared library to be called from the Test
    Flow editor.
5. Debugging the test method programs.