Remote library for Jython/Jybot with sikuli
Machine 1:
1. Installed jython 2.5.2, Jybot, Sikuli
2. Install robot remote server using command "jython setup.py install"
Note: Download robotremoteserver.tgz file and install
3. Own library for sikuli
Machine 2:
1.Robot framework, jython 2.5.2, jybot
2. Test scripts (Eg: Notepad.robot)
STEPS:
1. Run the sikuli library using command "jython <sikulilibrary>"
It will start the Remote library for the interface configured in the library file and exposed keywords
2. Now run the robot script from any network machines using command
"jybot <Notepad.robot>"
The testresults will be available in the local machine (i.e Machine2)
Machine 1:
1. Installed jython 2.5.2, Jybot, Sikuli
2. Install robot remote server using command "jython setup.py install"
Note: Download robotremoteserver.tgz file and install
3. Own library for sikuli
Machine 2:
1.Robot framework, jython 2.5.2, jybot
2. Test scripts (Eg: Notepad.robot)
STEPS:
1. Run the sikuli library using command "jython <sikulilibrary>"
It will start the Remote library for the interface configured in the library file and exposed keywords
2. Now run the robot script from any network machines using command
"jybot <Notepad.robot>"
The testresults will be available in the local machine (i.e Machine2)
No comments:
Post a Comment