Remote Ranorex library to integrate with Robot Framework
This is basic implementation of Ranorex test tool (www.ranorex.com) to use with Robot Framework.
To run remote server you need:
- ranorexremoteserver.py (https://github.com/robotframework/PythonRemoteServer)
- ironpython (https://ironpython.codeplex.com/releases/view/90087)
To run remote server on machine just type: ipy.exe/ipy64.exe rxconnector.py [args]
- argument should be : to run on
eg.
ipy.exe rxconnector.py -i 10.1.32.43 -p 8452
In order to use library in Robot Framework script, use following setting:
Library Remote ip:port
and run keywords that are implemented in here