sam649
4 years agoNew Contributor
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 Tests to my testing projects because I don't want to pollute my testing projects with Keyword Tests of the utility project.
So, my question is: is there a way to call the Keyword Tests from another project without importing them?
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.