The parameter types supported by Qualitia QTP / UFT are String, integer, and Array.
All custom actions shall return following integer values only.
Return | Description |
---|---|
0 | For passed test cases |
1 | For failed test cases |
2 | For defective test cases |
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.