Forum Discussion
tristaanogre
7 years agoEsteemed Contributor
If you are looking to find out this information at runtime via code, for keyword tests, there currently isn't a way to say "This is the keyword test I'm currently running". For script code, you can find out what script routine is calling your current script routine using the "caller" methodology built into JavaScript.