Unit Test Cases

Is Pega support Complex unit test cases?
For Ex: while calling an activity through pega by click on button and the activity has integration.
All these chain of actions into one Unit test case.

@karimullaN If it is simply to test an activity which has integration, you can go with unit test cases with properly defined integration results under Expected Results in the test case. Since your use case involves invoking an activity on button click, I think you can create test case through scenario testing feature.

@karimullaN

This use case can be achieved through a Unit Test case. You can add a property in the Unit Test case, and the integration will return a valid response or not.

Thanks,

Ramesh