Table of Contents

Enum ModuleType

Namespace
Ranorex.Core.Testing
Assembly
Ranorex.Core.dll

Specifies the type of the test module, i.e. if it is created by the Ranorex Recorder or a user defined module.

public enum ModuleType

Fields

Group = 3

The test module is a group of modules.

Recording = 1

The test module is a recording, i.e. created by the Ranorex Recorder.

Unknown = 0

The type of the test module is unknown.

UserCode = 2

The test module is created by user coder.