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
...
Info |
---|
For custom actions that are added to a task or a test case |
...
, you can update only the Mandatory status of |
...
its parameters and no other metadata |
To edit custom action metadata:
- From the Expand Menu, click Develop.
- Click the Custom Actions tab.
- In the left pane, click the desired custom action which you want to update.
Custom action details will appear in the right pane. - Click Edit.
- Update Action Name, Description, Function Name, and parameters details based on the requirements.
- Click Save and Launch Editor.
Info For desktop project custom action developed in VB, you cannot add or remove parameters from the mapped function for an unused cutsom action from Qualitia client. To work around this issue, launch the associated VBS file from Qualitia client, add or remove parameters for the mapped function, and remap the function to the custom action from Custom Action window.
...