Forum Discussion

hendrik_schreib_1's avatar
hendrik_schreib_1
New Contributor
11 years ago

Pass many paramaters to a script function


We have to pass many test parameters from keyword tests to script functions. Unfortunately we cannot directly use script functions and we can't use keyword test variables. This is because of a dependency to another test tool.


 


Is there any possibility to loop over the test parameters, build an array and pass this array to the script test? Or is there any possibility to loop over the test parameters in a script function?