05-30-2009, 04:49 PM
I am trying to use Parameterization using the same concept as that of USer-defined external variables. Howsoever, m not able to succedd. I performed the below steps:
1. Under File>Settings>Parameters Tab>Input Parameters: add a new String type Parameter "param' with the Default value "paramval". I apply these settings and save.
2. Under the Expert View, i typed the following :
I encounter a runtime error "Parameter param not found"
But in the test results window, the Name and value are correctly displayed.
Is there any other way to use the same?
1. Under File>Settings>Parameters Tab>Input Parameters: add a new String type Parameter "param' with the Default value "paramval". I apply these settings and save.
2. Under the Expert View, i typed the following :
Code:
-msgbox Parameter("param")
-msgbox Parameter("param").item
I encounter a runtime error "Parameter param not found"
But in the test results window, the Name and value are correctly displayed.
Is there any other way to use the same?