I want to use parameters in a TrueClient script, but either it is incredible cumbersome, or there is some other way this can be done. So my question: Is there a simpler way on how to use parameters?
Here is what I do so far:
1. "Develop script" with one or more values just for testing purposes.
2. When the script succeeds, I close the "Develop script" windows; otherwiese I am not able to edit the parameter list in VuGen
3. In VuGen I go to "Design -> Parameters" and add parameters as I need them with proper names.
4. The I click again on "Develop Script"
5. I replace the occurrances of the values with the text 'LR.getParam("PARAM_NAME");'. If I have forgotten the parameters names, I need to close that window again in order to look in my parameter list how the parameters are named.
Is this the right way to handle parameters in TruClient?
Suggestion to the developers:
1. Make the list of parameters editable even when "Develop Script" is open (maybe inside this window?)
2. Use parameters even if one does not run the whole script. Why do I have to run the whole script in order to use parameters?
3. Why not use a drop-down list in a "Type" Step for "Arguments/Value" to just select the parameter from the parameter list?