Posts

Showing posts with the label PSUnit

Stitching PeopleSoft and SharePoint

Image
We often need to integrate legacy solutions with more modern counterparts. This gets particularly tricky for systems like PeopleSoft as they live in their own tech bubbles, which are usually decades old despite the attempts of the vendor's to maintain and make them current. This integration is not the easiest journey.

Writing PSUnit tests

Image
While we do not have the same level of convenience when it comes to unit testing in PeopleSoft, there is still a lot that we can accomplish with PSUnit. In a lot of use cases it offers great capabilities savings hours of manual testing. When I write my unit tests, I follow 3K rule: Keep It Simple, Keep Them Clean and Keep Them Working: