Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1012 by [email protected]: Library added in root level will not support test cases
http://code.google.com/p/robotframework/issues/detail?id=1012

Create a new project with below levels:
===================
-Project
    -Suite(dir)
        -Suite(file)
            -TestCase
===================

Now we can add library in project layer, suite(dir) layer and suite(file) layer, however, the library added in project layer or suite(dir) layer will not support working for the keyword used in the test case. E.g. there's a keyword 'Open Browser' in test case. You can make it work only by adding 'SeleniumLibrary' in suite(file) layer. Generally, the library added in project layer should work as a global library.

Attachments:
        Attachment.png  19.4 KB

Reply via email to