How To Create an Automation Module

Download and share automation modules and examples.
User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

How To Create an Automation Module

Post by Support Team » Thu Jun 30, 2011 3:18 pm

Please read this topic before posting your automation module in this forum.

We recommend you to create your automation module by doing following steps:
  1. Add a new code module in Ranorex Studio
  2. Write your code to the ITestModule.Run() method.
  3. Add variables to your module by right-clicking into the editor and choose "Insert Module Variable"
Please provide following information about your module:
  • Description
  • Usage and requirements (step by step description)
  • Variables and their descriptions
Please note: By posting your automation module in this forum, you agree to license your module under the CC BY 3.0 agreement. Please also add the license information to the header of your automation module file.