ContributionsMost RecentMost LikesSolutionsRe: Screen capture lost when editing scriptThanks for the tip. What does "if needed" mean in the context of that setting? What determines if a capture is "needed"?Screen capture lost when editing scriptI apologize if this has already been answered elsewhere, I couldn't find it. When I'm editing scripts, I find that if I try to relocate a line of code (or a whole function) which has screen capture(s) associated, they end up deleted, or least disassociated with the code and disappear from the view below. (a) Is there a way to prevent this (b) Is there a way to manually re-associate images with a line of script after they're disassociated? Thank you.SolvedRe: Passing in parametersSorry for the late response, I was over seas for the holidays. Thank you for all the information everyone. While not all of it is 100% relevant for this present problem, it will be sooner or later I'm sure.Passing in parametersThere 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?