Skip to content

alans09/robotframework-RanorexLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robotframework-RanorexLibrary

Remote Ranorex library to integrate with Robot Framework

Introduction

This is basic implementation of Ranorex test tool (www.ranorex.com) to use with Robot Framework.

Installation

To run remote server you need:

Run

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