TestModule

Ask general questions here.
omayer
Posts: 458
Joined: Thu Oct 28, 2010 6:14 pm

TestModule

Post by omayer » Mon Jan 02, 2012 1:33 am

what does this below line mean-
[TestModule("261EFB55-EA6E-4826-A07A-AB433B665644", ModuleType.UserCode, 1)]
Tipu

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: TestModule

Post by Support Team » Mon Jan 02, 2012 10:22 am

That TestModuleAttribute marks a class as an test module, i.e. it tells Ranorex that the class is a test module. See the API documentation for more info:
http://www.ranorex.com/Documentation/Ra ... ribute.htm

A class marked with that attribute needs to implement the ITestModule interface.

Regards,
Alex
Ranorex Team