Solved
Forum Discussion
16 Replies
Sort By
- tristaanogreEsteemed Contributor
If you're using TestComplete 12.60, you should be able to right click on the routine and select "Find Usages". That will then return all script references and Keyword test references to that script routine.
- vthomeschoolmomSuper Contributor
That does not appear to work consistently. For instance, I have a function called GetRandomString(). It is called many times across various script functions. When I do find instances for that function, my search results show no results.
Is there something I need to do that I am missing? Thanks
- tristaanogreEsteemed Contributor
I wonder if it might have to do with the implementation. How are you using that script in other locations? Are you using \\USEUNIT or are you using the native JavaScript "import"?