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

Version 1 Next »

The parameter types supported by Qualitia QTP / UFT are String, integer, and Array.
All custom actions shall return an integer value only.

  1. Return 0 for Passed Status
  2. Return 1 for Failed status
  3. Return 2 for Defect status

No two custom actions can have the same function name in the same class.
Once the custom action is mapped into Qualitia and used in a test case, do not change the existing signature or other details of the action. The logic of the action can be modified. Also do not delete the action that has been used in the TC.

  • No labels