When testing a catalog item with a manager approval flow, it's important to verify that the request submission, approval process, and workflow execution are working as expected. Following best practices ensures that the process functions correctly before deployment.
Why These Options Are Correct?✅ A. Make sure the latest flows are activated.
ServiceNow flow designer allows admins to create and manage approval flows for catalog items.
Before testing, it's crucial to verify that the latest version of the flow is activated, ensuring that the system runs the correct approval logic.
✅ C. Impersonate the requester to ensure the form works.
Impersonation allows administrators to test the user experience without logging in as different users manually.
This is essential to verify that non-admin users can correctly submit the request and trigger the approval process.
✅ D. Make sure the requester's user record has a manager specified.
The manager approval flow relies on the requester's Manager field in their user record.
If this field is empty, the approval request will not be sent to the correct manager, causing the workflow to fail.
Why the Other Options Are Incorrect?❌ B. Use the instance Incognito setting to quickly toggle between requester and approver.
There is no "Incognito setting" in ServiceNow to toggle users.
The correct method is using the impersonate feature.
❌ E. Create and select your Testing Update Set, before starting the test cases.
While Update Sets track customizations, they are not required for testing a catalog item’s approval workflow.
Update Sets are primarily used for migrating changes between instances (e.g., from Dev to Test).
❌ F. Use your Admin account, so you can approve the items quickly.
Admin accounts override approval workflows and do not provide an accurate test.
The correct method is to impersonate the requester and approver roles separately to ensure the workflow works as expected.
ServiceNow Flow Designer - Approval Workflow Testing Best Practices
ServiceNow Impersonation Feature for User Testing
ServiceNow ITSM - Catalog Item Testing & Validation
References to Official Certified System Administrator (CSA) Documentation: