资 源 简 介
robotframework-playrmi
Play! framework module and robot keyword files to call java-methods inside Play! Java instance from Robot Framework tests.
Download the first beta release [here!](http://robotframework-playrmi.googlecode.com/files/robotframework-playrmi-0.1.zip)
Installing
Install the play module by copying the module folder (modules/robotframework-playrmi-x.y) into modules folder of your play application
Write a Java class (in config example below RobotTestHelper) to your application that has the methods (public static) you want to call from robot test
Put the following lines to your application.conf
# robotframeworkplayrmirobotframeworkplayrmi.allowedclasses=robotframework.RobotTestHelperrobotframeworkplayrmi.sourceip=127.0.0.1, ::1, 0:0:0:0:0:0:0:1
Copy the test/keyword folder to your test folder and include them in your