Hi All,
I'm trying to write unit tests for approvals functionality that needs controls of two or more users. Simple scenario would be one user send request, and other user approve that request. The problem that I'm facing is that I can't switch from one user to another in unit test as some standard approval procedures use USERID as a parameter.
Do you have any tips how to simulate work of two users in tests?
Regards,
Stefan
*This post is locked for comments