Page 1 of 1

TestModule

Posted: Mon Jan 02, 2012 1:33 am
by omayer
what does this below line mean-
[TestModule("261EFB55-EA6E-4826-A07A-AB433B665644", ModuleType.UserCode, 1)]

Re: TestModule

Posted: Mon Jan 02, 2012 10:22 am
by Support Team
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