<?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>topic Integration Testing Cases in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-Testing-Cases/m-p/83678#M52782</link>
    <description>&lt;P class=""&gt;Say we have two functions:&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;&lt;P class=""&gt;Update Table&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Import Data&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;where the second function calls the first function based on some rules/logic.&lt;/P&gt;&lt;P class=""&gt;Would an integration test be written for each function? Or does it make sense to only have one integration test?&lt;/P&gt;</description>
    <pubDate>Mon, 08 Aug 2022 04:06:59 GMT</pubDate>
    <dc:creator>BremdanJohnso</dc:creator>
    <dc:date>2022-08-08T04:06:59Z</dc:date>
    <item>
      <title>Integration Testing Cases</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-Testing-Cases/m-p/83678#M52782</link>
      <description>&lt;P class=""&gt;Say we have two functions:&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;&lt;P class=""&gt;Update Table&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Import Data&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;where the second function calls the first function based on some rules/logic.&lt;/P&gt;&lt;P class=""&gt;Would an integration test be written for each function? Or does it make sense to only have one integration test?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 04:06:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-Testing-Cases/m-p/83678#M52782</guid>
      <dc:creator>BremdanJohnso</dc:creator>
      <dc:date>2022-08-08T04:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Testing Cases</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-Testing-Cases/m-p/83719#M52798</link>
      <description>&lt;P&gt;Oh , so sorry but i m not sure about that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 14:56:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-Testing-Cases/m-p/83719#M52798</guid>
      <dc:creator>McDaniel</dc:creator>
      <dc:date>2022-08-10T14:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Testing Cases</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-Testing-Cases/m-p/83886#M52890</link>
      <description>&lt;P&gt;Using a database (or an external connection to a service you are using) in an integration test is not only valid, but should be done. However, do not rely on integration tests heavily. Unit test every logic element you have and set up integration tests for certain flows.&lt;/P&gt;&lt;P&gt;Integration tests can be written in the same way, except (as you mentioned) they include more methods etc. In fact, the code snippet you've shown above is a common start write-up of an integration test.&lt;/P&gt;&lt;P&gt;You can read up more on tests here:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://softwareengineering.stackexchange.com/questions/301479/are-database-integration-tests-bad" target="_blank"&gt;https://softwareengineering.stackexchange.com/questions/301479/are-database-integration-tests-bad&amp;nbsp;&lt;/A&gt;&lt;A href="https://www.echat.date/omegle" target="_blank" rel="noopener"&gt;/ehat&lt;/A&gt;&lt;A href="https://omegle.love" target="_blank" rel="noopener"&gt;ome&lt;/A&gt;&lt;A href="https://omglz.com" target="_blank" rel="noopener"&gt;glz&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 10:57:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-Testing-Cases/m-p/83886#M52890</guid>
      <dc:creator>JamesHimmerla</dc:creator>
      <dc:date>2022-08-24T10:57:53Z</dc:date>
    </item>
  </channel>
</rss>

