Forum Discussion

nakshatra's avatar
nakshatra
Contributor
5 years ago
Solved

how to know in which places are we using the same method?

Hi All,   I am using one generic method in so many keyword tests. is there any way to find in which keyword tests we are using the method? Can any one help me to find. Thnaks in advance. ...
  • RUDOLF_BOTHMA's avatar
    5 years ago

    If you have the script open, right click the function name.  The context menu has an option to find usages.  The find results show where it's used in scripts or KWTs.  You can double click the line and TC will take you to the line where it's used