| Class | Description |
|---|---|
| AbstractDatabaseConnectingTestAction |
Abstract base class for database connection test actions.
|
| AbstractTestAction |
Abstract base class for test acions.
|
| AntRunAction |
Action calls Apache ANT with given build file and runs ANT targets
as separate build.
|
| CreateVariablesAction |
Action creating new test variables during a test.
|
| EchoAction |
Prints messages to the console/logger during test execution.
|
| ExecutePLSQLAction |
Class executes PLSQL statements either declared inline as PLSQL statements or given by an
external file resource.
|
| ExecuteSQLAction |
Test action execute SQL statements.
|
| ExecuteSQLQueryAction |
Action executes SQL queries and offers result set validation.
|
| FailAction |
Action fails the test explicitly.
|
| InputAction |
Test action prompts user data from standard input stream.
|
| JavaAction |
Action to enable class invocation through java reflection
|
| LoadPropertiesAction |
Action reads property files and creates test variables for every property entry.
|
| PurgeEndpointAction |
Action purges all messages from a message endpoint.
|
| PurgeMessageChannelAction |
Action purges all messages from a message channel instance.
|
| ReceiveMessageAction |
This action receives messages from a service destination.
|
| ReceiveTimeoutAction |
Action expecting a timeout on a message destination, this means that no message
should arrive on the destination.
|
| SendMessageAction |
This action sends a messages to a specified message endpoint.
|
| SleepAction |
Stop the test execution for a given amount of time.
|
| StartServerAction |
Action starting a
Server instance. |
| StopServerAction |
Action stopping
Server instances. |
| StopTimeAction |
Action used for time measurement during test.
|
| TraceVariablesAction |
Action that prints variable values to the console/logger.
|
| TransformAction |
Action transforms a XML document(specified inline or from external file resource)
with a XSLT document(specified inline or from external file resource)
and puts the result in the specified variable.
|
| WaitAction |
Pause the test execution until the condition is met or the wait time has been exceeded.
|
Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.