Sharing test cases or keywords to multiple projects

Currently the only “best” way of sharing test artifacts is using source control. We’ve planned to implement a feature for importing / exporting test artifacts, so this will help you in the future.

The only solution besides using source control is you need to … copy local files from your existing project to another one, which will cause lot of troubles later due to human mistakes, so I would like to advice you should use source control in this case as the best approach.