RanorexRanorex Documentation
Ranorex.Core.Testing Namespace
NamespacesRanorex.Core.Testing
Provides classes and functionality for Ranorex test case management.
Declaration Syntax
C#Visual BasicVisual C++
namespace Ranorex.Core.Testing
Namespace Ranorex.Core.Testing
namespace Ranorex.Core.Testing
Types
All TypesClassesInterfacesEnumerationsDelegates
IconTypeDescription
DataRange
Specifies the minimum range and maximum range of the used DataContext instance.

IModule
Represents a module within a test case (see ITestCase).

ITestCase
Represents a test case within a test suite (see ITestSuite).

ITestModule
A test module that can be executed by calling the Run()()() method.

ITestSuite
Represents a test suite.

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

TestCase
Provides functionality to create, load, and run a test case.

TestModuleActivator
Provides functionality to register and resolve factory methods to create ITestModule instances with a specific unique ID and/or name from assemblies.

TestModuleAttribute
Use to mark a class as a Ranorex test module. The marked class needs to implement the ITestModule interface.

TestModuleActivator..::.TestModuleFactoryMethod
A delegate to a factory method returning a new ITestModule instance.

TestModuleRunner
Provides functionality to execute ITestModule instances.

TestSuite
Provides functionality to create, load, save, and run a test suite.

TestSuiteModule
Represents a module in a test suite.

TestSuiteRunConfig
Represents a test suite run configuration.

TestSuiteRunner
Provides functionality to execute Ranorex test suites.

TestVariableAttribute
Use to mark a property as a Ranorex test variable.