ATF - submit form step just hangs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2025 03:03 PM
Hi there,
I am trying to configure an ATF test to open, fill out, and submit a Service Portal form - but I am running into issues with the last step (submitting the form). When I perform these steps manually, it works perfectly fine, but in the ATF test it hangs after clicking 'Submit' and eventually times out.
Under the ATF test results I just see this error message: The test timed out because the max execution time (600 seconds) was reached. Please refer to the attached files for more details.
Would really appreciate some help on this, thank you in advance!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2025 03:20 PM
Hey,
Have you tried debugging your ATF and run the ATF locally? During debugging you can go step by step and then review your browser devtools console to see if any errors are occuring. There may be a client script (as an example) that isn't working as expected under ATFs restrictions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2025 06:34 PM
Hi Kieran,
Thanks for your response!
I have tried using the debug feature before but haven't checked the devtools console yet. I just tried it out and noticed these warnings show up - it looks like the Submit UI action can't be found for some reason?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 04:29 AM
Thanks for confirming,
I'd switch over to using the correct steps for service catalogue.
For example, use Set Variable Values (SP) rather than Set Field Value (SP). They have some inter-compatability but it's not full.
Additionally, use 'Submit Record Producer (SP)' to submit the form. or 'Order a Catalog Item (SP)' for a non-record producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 06:55 PM
Thank you for your advice Kieran, I have switched over to using Set Variable Values (SP) and Submit Record Producer (SP) and it appears to be working now!
Following that step, do you know how I can retrieve the record number so I can check that it exists/was created correctly?