How to get Decision point result element in ATF test step?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2025 03:18 AM
Hi all,
I am trying to create a test for a service catalog item. There is a decision table step in the flow and I am trying to automate that as well via impersonating the user record that comes from Decision table (so that I can impersonate that user to approve). I found the table that contains the result elements: sys_decision_multi_result. I put a Record Query step to get query this table for the decision table I call. But it is not possible to dot.walk in the next step (impersonate) to move to result elements from the query that returns.
Anyone found a way?
Best,
Firat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2025 05:54 AM
So, you are trying to Impersonate the User, present on the record in 'sys_decision_multi_result' table which is the result of your Record query step. Am I correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2025 06:11 AM
Yes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2025 10:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2025 08:37 AM
This can also be performed by using Parameterization.
In the screenshots of ATF Test, the Decision record ('Test Decision_Created by Me') is having User field.
I am impersonating the Manager of that User record.