<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question How do we create ATF test steps for case creation from email in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/how-do-we-create-atf-test-steps-for-case-creation-from-email/m-p/3307765#M3566</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I need to configure ATF Test steps,&lt;/P&gt;&lt;P&gt;emails we stored in csm case routers..&lt;/P&gt;&lt;P&gt;Any emails received by SN from below mailboxes should create a Case .&lt;BR /&gt;Need to Implement ATF Steps to automate the testing case records&lt;/P&gt;&lt;P&gt;example emails are "casetpts@gmail.com" and "case2tpts@gmail.com"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jul 2025 12:38:27 GMT</pubDate>
    <dc:creator>Community Alums</dc:creator>
    <dc:date>2025-07-02T12:38:27Z</dc:date>
    <item>
      <title>How do we create ATF test steps for case creation from email</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-do-we-create-atf-test-steps-for-case-creation-from-email/m-p/3307765#M3566</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I need to configure ATF Test steps,&lt;/P&gt;&lt;P&gt;emails we stored in csm case routers..&lt;/P&gt;&lt;P&gt;Any emails received by SN from below mailboxes should create a Case .&lt;BR /&gt;Need to Implement ATF Steps to automate the testing case records&lt;/P&gt;&lt;P&gt;example emails are "casetpts@gmail.com" and "case2tpts@gmail.com"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 12:38:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-do-we-create-atf-test-steps-for-case-creation-from-email/m-p/3307765#M3566</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2025-07-02T12:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do we create ATF test steps for case creation from email</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-do-we-create-atf-test-steps-for-case-creation-from-email/m-p/3307895#M3567</link>
      <description>&lt;P&gt;You can use "Generate Inbound Email" test step and can pass the email in the 'From' field.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 14:08:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-do-we-create-atf-test-steps-for-case-creation-from-email/m-p/3307895#M3567</guid>
      <dc:creator>Som4</dc:creator>
      <dc:date>2025-07-02T14:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do we create ATF test steps for case creation from email</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-do-we-create-atf-test-steps-for-case-creation-from-email/m-p/3307998#M3568</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/256249"&gt;@Som4&lt;/a&gt;&amp;nbsp; In the email logs notification is getting triggered but the thing is target and target table is empty... it should not empty it should be case table&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 15:10:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-do-we-create-atf-test-steps-for-case-creation-from-email/m-p/3307998#M3568</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2025-07-02T15:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do we create ATF test steps for case creation from email</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-do-we-create-atf-test-steps-for-case-creation-from-email/m-p/3308031#M3569</link>
      <description>&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Make sure that the inbound email action is configured correctly to process emails and create cases. You should verify that the action is set to trigger on emails from specific mailboxes (e.g., casetpts@gmail.com or case2tpts@gmail.com) and that the target table is set to Case. If the target table is blank or incorrect, the action won't create a case record.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Ensure the condition in the inbound email action correctly matches the conditions you're expecting for your test (e.g., sender's email, subject, etc.). If the condition is not matching correctly, the target record might remain empty.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If there's any script associated with the inbound email action, check if it's manipulating the target table or if there's any logic that’s overwriting the table reference.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 02 Jul 2025 15:33:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-do-we-create-atf-test-steps-for-case-creation-from-email/m-p/3308031#M3569</guid>
      <dc:creator>Som4</dc:creator>
      <dc:date>2025-07-02T15:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do we create ATF test steps for case creation from email</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-do-we-create-atf-test-steps-for-case-creation-from-email/m-p/3308186#M3571</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/256249"&gt;@Som4&lt;/a&gt;&amp;nbsp; Please let me know is there any docs so it can help me to achieve this..&lt;/P&gt;&lt;P&gt;And i tried and i have configured steps pls find the below screenshots&lt;/P&gt;&lt;P&gt;Test step 1&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="deepikad1601339_0-1751476716349.png" style="width: 281px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/452815iA869F442E883F67C/image-dimensions/281x135/is-moderation-mode/true?v=v2" width="281" height="135" role="button" title="deepikad1601339_0-1751476716349.png" alt="deepikad1601339_0-1751476716349.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Test step 2&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="deepikad1601339_1-1751476810291.png" style="width: 274px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/452816i01BE1C026292EDC8/image-dimensions/274x111/is-moderation-mode/true?v=v2" width="274" height="111" role="button" title="deepikad1601339_1-1751476810291.png" alt="deepikad1601339_1-1751476810291.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Test step 3&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="deepikad1601339_2-1751476863713.png" style="width: 269px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/452817iBC077EE3CF9C5275/image-dimensions/269x78/is-moderation-mode/true?v=v2" width="269" height="78" role="button" title="deepikad1601339_2-1751476863713.png" alt="deepikad1601339_2-1751476863713.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After adding above step i performed RUN TEST..&lt;/P&gt;&lt;P&gt;notification getting triggered but target and target table getting empty pls find the below email log&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="deepikad1601339_3-1751476985975.png" style="width: 283px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/452818i0C0665C0DBD7967A/image-dimensions/283x143/is-moderation-mode/true?v=v2" width="283" height="143" role="button" title="deepikad1601339_3-1751476985975.png" alt="deepikad1601339_3-1751476985975.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;i am not sure where i am doing mistake&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 17:23:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-do-we-create-atf-test-steps-for-case-creation-from-email/m-p/3308186#M3571</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2025-07-02T17:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do we create ATF test steps for case creation from email</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-do-we-create-atf-test-steps-for-case-creation-from-email/m-p/3308666#M3572</link>
      <description>&lt;P&gt;Try giving only 1 mail Id in From and To fields.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 05:28:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-do-we-create-atf-test-steps-for-case-creation-from-email/m-p/3308666#M3572</guid>
      <dc:creator>Som4</dc:creator>
      <dc:date>2025-07-03T05:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do we create ATF test steps for case creation from email</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-do-we-create-atf-test-steps-for-case-creation-from-email/m-p/3308696#M3573</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/256249"&gt;@Som4&lt;/a&gt;&amp;nbsp; Still case is not getting triggered... in the email target and target table is empty&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 05:53:53 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-do-we-create-atf-test-steps-for-case-creation-from-email/m-p/3308696#M3573</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2025-07-03T05:53:53Z</dc:date>
    </item>
  </channel>
</rss>

