Regression testing after making significant changes like installing a patch, performing a full version upgrade, or integrating with a new set of Applications as managed systems is a key component of the release process for an IdentityIQ deployment or upgrade project. Most projects have some form of written test-cases document that enumerates each functional case that should be tested and specifies various permutations of inputs and outputs that the system should produce during testing.
The list of test cases mirrors the list of functional requirements drawn up at the beginning of the IdentityIQ delivery project during the requirements gathering phase. Often requirements have numbered line items so that they can be signed off by both client and the services organization deploying IdentityIQ. Test case documents often have English descriptions of the test cases along with flowcharts describing the sequence of test steps and the expected behavior of the software system for each step in the process. A few test cases from a regression test document look something like this outline:
Executing these 3 test cases takes considerable time and man power on a project. The steps require having an IdentityIQ system setup in a "Clean" state for testing, and then logging in to IdentityIQ repeatedly as user "M1", "A1", and "A2" to click on objects and carry out shopping cart populations and approvals or rejections. The entire process is very mechanical and testing personnel are looking for error messages or any part of the process that would be confusing or not work for an end user. The "often repeated" and mechanical nature of this testing process drives projects to deploy some kind of Test Automation (Test automation - Wikipedia, the free encyclopedia) for their projects. The time value of making the confirmation of functionality of the IdentityIQ becomes readily apparent for large installations.
Automated Testing Software (ATS) is any kind of software that can help automate regression testing of an IdentityIQ installation. The kind of Automated Test Software commonly used with IdentityIQ are test packages that drive IdentityIQ's User Interface (UI), usually by simulating the input of a human user through a web browser. Tools that performed API level integration are also used in testing, commonly to set up initial test state or initial test case data before a UI tool is invoked.
There are several ATS tools available that can be used with IdentityIQ to successfully automate regression testing and use-case verifications for an IdentityIQ project. Some tools are commercial and some tools are freely available from open-source software. Many deployments use a combination of free and open-sourced tooling to accomplish their testing. SailPoint does not endorse or recommend any particular automated testing software application over another as different software packages have various strengths and weaknesses. All test automation packages require administration and programming efforts to configure and execute tests. When considering an ATS package be certain to budget adequately for its setup, configuration, and execution in your project timelines.
The following tools have been used in the past by SailPoint customers to automate testing on their deployments.
Thanks for the information. I would like to know if we have any predefined unit test cases especially for application integration?
No, there are no canned unit tests available. Every installation "rolls their own" testing infrastructure.
This is almost 5 years old, any new updates on how to automate testing in IIQ?
Hi adam.hampton,
Do you have any latest updates on Automated Testing Process for IIQ?
I second that the guide is rather old, are there new techniques for Unit, IT and E2E testing with SailPoint?
I would like to know if there is any recommendations on automation testing tool and framework for SailPoint Integration testing ?
Actually I found that Sailpoint introduce SSD ( ) that includes SST (SST JUnit IdentityIQ Helper ) that is Services Standard Test (SST) - Also for the UI testing, Selenium seems to be very helpful as well.
Hi Team , I am new to Saipoint. Can you please let me know which tool will be best to start with Automation?
Is it even possible to use Selenium when there is no way to locate the items?
You can submit an access request using Selenium, but when the request is submitted you don't have a way to get the request ID. Then how can you find the request you just submitted to track its progress? How you can locate the approval work items and approve them?
@kcwong did you ever figure out a good way of using Selenium?