Lesson 1 – Test Method Structure
408
{
// add your codes
return S_OK;
}
In the above example, you can find the defined variable (pin) as 
the input parameter of THD_test and the system-defined variable 
(_result[4]) as the output parameter.
From the testsuite dialog of the Test Flow Editor, you can open the 
Parameter dialog for entering values of input parameters and limit 
range. You use this dialog after running the test suite.
The following shows an example of the Parameter dialog.
Parameter Dialog
If you enter the following statement into the program, the test 
result value (thd_result.thd) is judged using the limit values 
that will be specified corresponding to the identifier (test name, 
THD) in the Parameter dialog window. Then, the TEST API carries 
the judgement result to the testflow as the final result of the test 
suite that has the test method program.
TEST (pin, “THD”, thd_result.thd);