Forum Discussion

mgroen's avatar
mgroen
Frequent Contributor
13 years ago

How to run keyword tests which are in another project (of the same project suite)

Is there a possibiti/good approach to achieve following:



Project suite X

contains projects a and b

project a contains keyword test a1

project b contains keyword test b1



In keyword test a1 I want to invoke keywordtest b1, however when I use the command Run keyword test from within a1 I can only select other tests from within project a



Please explain what would be the best approach to use this scenario?



3 Replies

  • AlexKaras's avatar
    AlexKaras
    Community Hero
    Hi Mathijs,



    Why not to add b1 test to project a as existing one (so it is shared for both projects)?
  • mgroen's avatar
    mgroen
    Frequent Contributor
    Does that guarantee that when I edit test b1 inside project a, the changes are updated to the same test inside project b?