Unit Test Automation Tools

Can anyone comment or share any Unit Test automation tools other than J-Unit that anyone may be using with SailPoint IIQ. We are looking for some other tool that we can leverage to assist a non-developer staff for unit testing.

I have an offline testing suite (which simulates the SailPointContext), but that still requires writing code. It can do anything up to and including provisioning operations. I use it to internally test my own library and plugin code.

You can use TestNG for Unit Testing and also can use Mockito Framework to mock sailpoint Object to create test methods input.

You can refer this document

Selenium is opt for your requirement.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.