When adding actions to ReadyAPI, you need to select the popup menu the action will be shown in. You do this by specifying the actionGroup
you need when configuring your action. Here is the list of available actionGroups:
Action Group | Applies To |
---|---|
WORKSPACE_ACTIONS |
Actions applied to the workspace and displayed in the File menu of the ReadyAPI tools. |
PROJECT_ACTIONS |
Actions applied to all projects in the workspace. |
OPEN_PROJECT_ACTIONS |
Actions applied to open projects in the workspace Recommended for project-level actions. |
OPEN_COMPOSITE_PROJECT_ACTIONS |
Actions applied to open composite projects in the workspace. Recommended for project-level actions applied to composite projects. |
CLOSED_PROJECT_ACTIONS |
Actions applied to closed projects in the workspace. |
ENCRYPTED_PROJECT_ACTIONS |
Actions applied to encrypted projects in the workspace. |
INTERFACE_ACTIONS |
Actions applied to SOAP and REST services. |
REST_SERVICE_ACTIONS |
Actions applied only to the REST service. |
REST_RESOURCE_ACTIONS |
Actions applied to REST resources. |
REST_METHOD_ACTIONS |
Actions applied to REST methods. |
REST_REQUEST_ACTIONS |
Actions applied to REST requests. |
SOAP_OPERATION_ACTIONS |
Actions applied to SOAP operations. |
SOAP_REQUEST_ACTIONS |
Actions applied to SOAP requests. |
TEST_SUITE_ACTIONS |
Actions applied to Functional test suites. |
TEST_CASE_ACTIONS |
Actions applied to Functional test cases. |
TEST_STEP_ACTIONS |
Actions applied to Functional test steps. |
REST_TEST_REQUEST_ACTIONS |
Actions applied to REST Request Functional test steps. |
SOAP_TEST_REQUEST_ACTIONS |
Actions applied to SOAP Request Functional test steps. |
ASSERTION_ACTIONS |
Actions applied to assertions. |