Query Regarding Automation Testing for SailPoint

Hi All,

We are currently performing testing manually for SailPoint. Is there any way to automate this testing?

Could you please let us know how your team is handling testing? Are you using any automation tools? Since we are doing everything manually at the moment, we would appreciate your suggestions on how to move towards automation testing.

Thanks in advance.

Junit tests where applicable for Java code and have used browser automation software like Selenium to test processes end to end

This article may be of help to you

https://community.sailpoint.com/t5/IdentityIQ-Wiki/Automated-testing-software-and-IdentityIQ/ta-p/75127

1 Like

@bhoyars_1

In my project, I have used Cypress for automation testing. It is also a good option to perform automated testing.

Testing Frameworks for Javascript | Write, Run, Debug | Cypress

1 Like

@bhoyars_1 We modified the build process to perform unit(for all Java modules) and integration tests(for application integration, access request, approvals) during build itself. It’s been a while and need to check how was it done.

1 Like

Thank you very much @robert-hails

Thank you very much @manishsingh19

Thank you very much @neel193