Skip to content

class AActionWithParameter

Package: swiss.avm.up.core.generic.testing.javamodel.AActionWithParameter

Direct Known Subclasses: ActionWithTestValueParameter, ActionWithCommonParameter, ActionWithArgumentParameter


abstract class AActionWithParameter extends Decorator

Properties

action

AAction[1..1]

An action within a test case is a specific step or operation that is performed to test a specific functionality of the software. Examples of actions in a TestCase are:

Entering data
Triggering an event
Executing a method
Changing the system state

These actions are crucial for checking the conditions and behaviour of the application under different scenarios. By precisely defining and executing actions within a test case, testers can ensure that the application reacts and functions as expected.

target

Reference to the decorated Resource.

Resource[1..1]

The base class of any Resource in the system.