Runner.CallMethod works pretty well with regards to running Keyword tests. You can do a syntax like:
Runner.CallMethod('KeywordTests.TestName.Run', 'parametervalue');
However, this is a bit ...
Run A KeywordTest by name
tristaanogre
8 years agoEsteemed Contributor
Really, HKosova? I did not know that... let me give that a try in my current development. If so, that's freaking AWESOME and I can get rid of my hated "eval" call...
Still would be nice to have the possibility of assigning parameter values and executing "Run" on the fly... but perhaps using the same bracket syntax, I can do the same thing... I'll play around.
Related Content
- 14 years ago