Forum Discussion

kroe761's avatar
kroe761
Contributor
11 years ago
Solved

Call a function as a parameter from another function?

I am maintinaing a lot of legacy test code, and it uses the Runner.CallMethod() function to call methods from other files.  One of the advantages here is that CallMethod uses a string as parameters, ...