Page 1 of 1

Share Recording Modules

Posted: Wed Mar 06, 2019 5:00 pm
by vborso
I'm tring to modularize my application, by splitting some component testing. I have Two different solution, one that is the base one and another one that is ment to test extended functionality. I created some recording modules on the base one and i want to reuse them into the other solution. When i build the TestCases all is fine but at runtime i've got an error (stating that the current recording module do not exists).
There is a way to solve this?

Re: Share Recording Modules

Posted: Thu Mar 07, 2019 8:39 am
by odklizec
Hi,

How exactly did you add the modules to your other solution? Please check this post, and mainly the blog post post about sharing modules between solutions (using module libraries)...
sharing-recording-modules-among-solutio ... tml#p35782

Re: Share Recording Modules

Posted: Thu Mar 07, 2019 9:25 am
by vborso
Thanks, this topic and the relative blog covered my questions, i added drag and dropping down, without following the proper inport.