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.
  • Error Resume Next Statement

...

  • Using or Passing integer values in Qualitia

To use any value as an integer inside the custom action, make sure to use Cint() and specify the data type as String while mapping the custom action in QFD.

  • Debugging a Custom Action

If you wish to debug the action, then create a test case in Qualitia using the newly created custom action.

Perform a dry run of the test case and once UFT is invoked, insert a debug point.