Category Archives: Robot Framework

Robot Framework HTTP Server library 1.0.0 released

Initial version of Robot Framework HTTP Server Java library is now released and available in Maven central repository. This is my second robot framework Java open source project released under relaysoft.net domain. Library enables creation of mock HTTP server through robot keywords. Also supports getting information out from requests made against mock HTTP server. Library is build upon Eclipse Jetty server library.

Check out details from HTTP Server library project page.

Robot Framework JMS library 1.0.0 released

Initial version of Robot Framework JMS Java library is now released and available in Maven central repository.This is my first open source project released under relaysoft.net domain. Library enables basic JMS operations through robot keywords and it supports usage against MQ providers implemented on JMS 1.1 and 2.0 API versions. Library is tested against ActiveMQ, ActiveMQ Artemis and IBM MQ providers.

Check out details from JMS library project page.