Just wanted to say that I’m still pretty new to using Eggplant…
I wrote a bunch of handlers to do different things. I had every bit of code all in the same script and I was just using the Run Selection tool to test their functionality. Now that I’ve verified everything works I’m having trouble calling those handlers now whenever I put them in a different script. It is as if they don’t exist. Maybe I have a backwards approach to this, but the script is setup to run all of these handlers in series. Essentially I had all of the handlers at the top of the script, and was calling them at the bottom. I wanted to put all of those handlers into some sort of a separate include script if you will so I could just use Run Script on the main one but like I said, it wouldn’t work.
I’ve been looking at documentation all day and just keep going in circles. Can someone break down how I would kind of “include” a set of handlers and how I’d get them to run if they were called? Some of them have parameters.
Any help would be awesome. Thanks so much.