jim_marks
13 years agoNew Contributor
Passing in parameters
There are several bits of information, such as machine names and database names which are necessary to a set of tests I am trying to construct. The test may be run on any one of a number of testing enviornments and these details are not actually things which need testing or confirmation, but they are relevant to file paths and other matters. So, I need to externalize them into parameters which are passed into the test set when it is run.
I've seen the tutorials which show how to make a data loop around a keyword test, and I know you can have a step in a keyword test which simply calls a script, but I can't seem to get all the parts to line up.
Essentially
external file with parameters -> keyword test -. script function receiving parameters.
Have I radically overcomplicated the whole thing or is there a way to get this to work?
I've seen the tutorials which show how to make a data loop around a keyword test, and I know you can have a step in a keyword test which simply calls a script, but I can't seem to get all the parts to line up.
Essentially
external file with parameters -> keyword test -. script function receiving parameters.
Have I radically overcomplicated the whole thing or is there a way to get this to work?