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.
...
- Log on to Qualitia automation studio.
- Navigate to Develop > Custom Actions.
- Search 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.
You
inInfo For desktop project custom action developed in VB, you cannot add or remove parameters from the mapped function for an unused cutsom action
As a workaround, you canfrom Qualitia client.
paramters in the funcation of associated VBS fileTo work around this issue, launch the associated VBS file from Qualitia client, add or remove
thisparameters for the mapped function, and remap
Qualitia clientthe function to the custom action from
Custom Action window.
Modify Custom Action Code
...
- Log on to Qualitia automation studio as a user with Custom Action Developer privileges.
- Navigate to Develop > Custom Actions.
- Search the desired custom action which you want to update.
Custom action details will appear in the right pane. - Click View Code.
The code appears in the different section. - To update the code in the Eclipse IDE, click Edit Code.
The code template with an existing code opens in the Eclipse IDE. - Update the code based on the requirements.
- Build the project and close Eclipse IDE.
Once you close the Eclipse IDE, Qualitia automatically commits the code to the version control system like Bitbucket or SVN (if configured) and makes the code available to other Qualitia project members.
...
.