Forum Discussion

sam649's avatar
sam649
New Contributor
3 years ago
Solved

What is the best way to reuse Keyword Test

Hi, My main project contains a utility project which contains many Keyword Tests. I would like to reuse these Keyword Tests inside my testing projects. However, I don't want to import the Keyword Te...
  • Marsha_R's avatar
    Marsha_R
    3 years ago

    Turning them into scripts won't help.  You'll still need to teach the main project that the utility scripts exist, and that still means sharing.

     

    I think a clean way to do it would be to make a folder in the main project called Shared Tests or Utilities or something and put them all in that folder.