Custom.Activities.VariableComparer

Assembly that is to be used with the “UiPath Testing Framework” for UiPath.

Contains “Assert Unit Test” custom activity.

To add this library to the UiPath:

  1. Open workflow where you want to use this assembly.
  2. At the bottom of the page click “Imports”
  3. In the search bar enter “CustomActivities.VariableComparer” and click it to import this namespace

All methods in this library are contained inside “Assert” class. To use it just type “Assert.” to see available methods (e.g. in “Assign” activity bar).

Every method returns true in case of success, and in case of failiure will throw custom Exception with message that gives information why comparison failed.

Package: Custom.Activities.VariableComparer
Author: @krsma33

1 Like