Forum Discussion

jimsmith_1's avatar
jimsmith_1
Contributor
13 years ago

How do I call functions from keyword tests?

I have a very simple vbScript function... Function myFunc()     myFunc = "Jim" End Function So far, I have found no way of successfully calling this function from my keyword tests....