ATF Creation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 11:33 PM
Hi All,
I have created ATF for request approval for catalog item.
where i have to check the email logs after submitting the catalog item, but while running the ATf getting an error whilem checking the email logs.
Created ATF:
getting below error at record query step(7th Step)
FAILURE: No records matching query:
Target = f9aeaa6883a782102ab15730ceaad386
and Created on Last 15 minutes
and Subject contains was created
Whenever the request is created while running the ATFs, email isn't generating.
After running navigate to module test results I don't see the email sent for the request created in 3rd step.
But when I do create the request for same item from native ui then email is genarated.
Request created (10036):
Emails isn't generated for REQ0010036
Any suggestions how to fix this.
Thanks in adcance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 11:39 PM
Hi @ShraddhaMore ,
In order to validate emails, use the below step in ATF
and if you want to cross check, in email logs, use Debug Test instead of test run. As Run test will backout all the records created as part of the test. Debug test will allow you with an option to 'Pause before rollback' which will kee the records for 10 minutes then it will roll back.
Mark this as Helpful / Accept the Solution if this helps
Mark this as Helpful / Accept the Solution if this helps.