Importing Variables and Resource files

Hi Subha,

How about in the resources folder you create a main.robot that you import in all your robot tests, this main.robot file then has all the imports for the other resoiurce files that your tests need, then if a resource file is moved you update just main.robot and all your test cases can stay the same.

I gave an example of this approach here:

Dave.

1 Like