Hi ,
I am new to robot framework & this is my first post in group. I tried to break my tests in keywords & everything seems perfect until I run that test.
When I run my test I got error that resources file does not exist.
When I googled about this error I found that I should use "../Resources/Common.robot" instead of "Resources/Common.robot" as robot is looking Common.robot file in current directory so this problem is coming while Commn.robot is one directory above.
But when i tried this solution all of my keywords in my test class become red error marked.
Now I am stuck & could not run any new test. Please help. Screenshots are attached. Just now updated my Selenium2Library ====================
C:\Users\neera>pip install --upgrade robotframework-selenium2library
Requirement already up-to-date: robotframework-selenium2library in c:\python27\lib\site-packages
Requirement already up-to-date: decorator>=3.3.2 in c:\python27\lib\site-packages (from robotframework-selenium2library)
Requirement already up-to-date: selenium>=2.32.0 in c:\python27\lib\site-packages (from robotframework-selenium2library)
Requirement already up-to-date: robotframework>=2.6.0 in c:\python27\lib\site-packages (from robotframework-selenium2library)
Cleaning up...
===============Python version installed is 2.7.9==========
Thanks
Neeraj