I've been working on automation and robot framework for a couple of months now and have been able to find most of the answers that I need by searching on the internet. But currently I'm stuck with how to modify windows registry during running test cases.
When I searched online, I found this python package - WinRegistry 0.8.3 for modifying the registry. https://pypi.python.org/pypi/winregistry/0.8.3
Python was able to download and install this package when I ran "pip install winregistry".
I added "Library winregistry" to my script's settings and I am able to navigate to the keywords (read value, write value) when I press Ctrl+B on the keyword in my script. But at run-time, robot framework is not able to find the keyword. It errors out saying "No keyword with name 'read value' found."
Do I need to any other step to get this to work ? If anybody knows, please help me out.
Thanks, in advance !