The parameter types supported by Qualitia QTP / UFT are String, integer, and Array.
All custom actions shall return an integer value only.
- Return 0 for Passed Status
- Return 1 for Failed status
- 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.