Skip to content

AdamHepner/RanorexLibrary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RanorexLibrary

The RanorexLibrary offers an integration of the Ranorex API into the Robot Test Automation Framework. This means, you can write Robot tests like you are used to, and use Ranorex functionality to automate GUIs independent of the underlying technology.

You can find a full documentation about the RanorexLibrary and how to use it in the Wiki.

Please note: You will still need valid Ranorex licenses to run the tests.

Build the documentation

You need to install IronPython, ensure that the ipy32.exe is in your %PATH%, install PIP and required packages (run the following as user who can modify IronPython's directory):

ipy32 -m ensurepip
ipy32 -m pip install -r requirements.txt

run

makedocs.bat

The last one does no need to be elevated. Keywords documentation will be placed in docs/index.html folder.

About

An integration of the Ranorex API into the Robot Test Automation Framework

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.8%
  • Batchfile 0.2%