Run the Test case from Flow Designer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2025 02:35 AM
Hello Community,
How to run a test case using Flow Designer.
Thanks,
Prasad N
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2025 02:37 AM
Can you elaborate on what you are trying to do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2025 02:39 AM
Hello @daiva
Can you please elaborate more what are you trying to do?
If you want to test your flow built follow this Testing Flows | ServiceNow Developer
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2025 02:39 AM
When you say test case, using ATF or specifically test a flow?
There is inbuilt Test capabilities in Flow Designer so you can test Flows are you design them, or want to see what they are doing.
For ATF, the focus should not be testing the specific components of the Flow, ATF's purpose is testing the process. So for example if you have an ATF where a Flow assigns a record to a group, in your ATF just set the conditions and validate afterwards the group assigned is correctly. So your testing the inputs and validate the purpose of the Flow.
And then as always remember ATF is just for automated the testing of the process. It's not about testing every single field and component, its about making sure a process is running correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2025 03:07 AM
Hello @Dan O Connor @Viraj Hudlikar @Anurag Tripathi
My requirement is
I have created a flow which runs the API daily. When the Test cases (ATF) fail 500/400.
Then the failed case has to run 3 times with an hour delay.
I'm able to fetch the failed condition using the flow logic, how can I run those cases using the flow designer?