Versions Compared

Key

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

The parameter types supported by Qualitia QTP / UFT are String, integer, and Array.

All custom actions shall return an following integer value values only.

Return

...

Description
0For passed test cases
1For failed test cases
2For 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.