Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

  1. Log on to Qualitia automation studio.
  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 and Launch Editor.


    Info

    You For desktop project custom action developed in VB, you cannot add or remove parameters from the mapped function for an unused cutsom action in from Qualitia client. As a workaround, you can   To work around this issue, launch the associated VBS file from Qualitia client, add or remove paramters in the funcation of associated VBS fileparameters for the mapped function, and remap this the function to the custom action from Qualitia clientCustom Action window.


Modify Custom Action Code

...