Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Target-2.6.2
New issue 944 by pekka.klarck: `Import Resource` keyword fails to import
variables unless used in suite setup
http://code.google.com/p/robotframework/issues/detail?id=944
If Import Resource keyword is used directly in a test case or in a user
keyword, possible variables in its variable table do not appear in the
current test. They are available in the subsequent tests, and if the
keyword is used in suite setup (like in our acceptance tests) variables are
available to all tests.
This problem was originally reported on robotframework-users:
http://groups.google.com/group/robotframework-users/browse_thread/thread/b26747c4f03792a7
A workaround for this problem is using variable files and Import Variables
instead.