Novari-QA's avatar
Novari-QA
Frequent Contributor
7 years ago
Status:
New Idea

TestCompletes stack caller method from keyword tests

I would like to have the ability to identify from a script routine what keyword test is currently being run. Currently there is no way.  In javascript I know there is a caller method I could use, but that doesn't get me the name of the keyword test, it gets me the previous methods name.

1 Comment

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    Just to add to this... while JavaScript gives something for us to use to check the caller for any JavaFunction, it would be nice to have something similar to what JavaScript provides that is more universal.  So, if a Keyword test calls another keyword test, we can find out who is calling who... or a script function calls a keyword test.. or a keyword test calls a script function.