Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Over the course of the project, you might want to update the custom action code to handle more scenarios with the same action. You can modify the custom action code in such cases.

Modify Custom Action Metadata

You can easily update the custom action metadata from Qualitia automation studio.

(info) You cannot update custom action metadata in case the action is used in one or more test cases.

To edit custom action metadata:

  1. Log on to Qualitia automation studio as a user with Custom Action Developer privileges.
  2. Navigate to Develop > Custom Actions.
  3. Search the desired custom action which you want to update.
    Custom action details will appear in the right pane.
  4. Click Edit.
  5. Update Action Name, Description, Function Name, and parameters details based on the requirements.
  6. Click Save.

Modify Custom Action Code

You can modify existing custom action code using the Eclipse IDE.

  1. Log on to Qualitia automation studio as a user with Custom Action Developer privileges.
  2. Navigate to Develop > Custom Actions.
  3. Search the desired custom action which you want to update.
    Custom action details will appear in the right pane.
  4. Click View Code.
    The code appears in the different section.
  5. To update the code in the Eclipse IDE, click Edit Code.
    The code template with an existing code opens in the Eclipse IDE.
  6. Update the code based on the requirements.
  7. Build the project and close Eclipse IDE.
  • No labels