Forum Discussion

almmatt's avatar
almmatt
Contributor
9 years ago

List of tests that call another keyword test or script?

Is there a way to find all other keyword tests and scripts that run/call a keyword test?

 

If I modify the number of arguments a keyword test requires, I would like to be able to find all other keyword tests that call this test so I can update all the references.

 

Thanks,

 

Matt

  • This only shows up if you are working from a script.  The option isn't available from a keyword test.  I wish it was!  

  • NisHera's avatar
    NisHera
    Valued Contributor

    go to project explorer and right mouse click on your test

    select add unit reference

    u will get Add Unit reference dialog box, there click radio button add <your test name> unit reference to the following units:

    and bottom of dialog click unselect all  

    You will see tests that calling your test in grey and already checked.

    • Marsha_R's avatar
      Marsha_R
      Moderator

      This only shows up if you are working from a script.  The option isn't available from a keyword test.  I wish it was!