<?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 Re: Unit and Integration tests for data integration jobs in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unit-and-Integration-tests-for-data-integration-jobs/m-p/2313455#M84309</link>
    <description>&lt;P&gt;Thank you very much for you answer! &lt;/P&gt;&lt;P&gt;Do you have any suggestions for integration tests?&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jul 2022 12:29:33 GMT</pubDate>
    <dc:creator>EH1</dc:creator>
    <dc:date>2022-07-18T12:29:33Z</dc:date>
    <item>
      <title>Unit and Integration tests for data integration jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unit-and-Integration-tests-for-data-integration-jobs/m-p/2313453#M84307</link>
      <description>&lt;P&gt;Hi everybody, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do unit tests and integration tests for my Talend jobs and I want to do it in the best way possible. &lt;/P&gt;&lt;P&gt;I know that Talend offers the TestCase feature by I'm not sure if I can cover all the codes by using this feature. &lt;/P&gt;&lt;P&gt;Is possible to cover all the code by using TestCase feature? Is JUnit better option?&lt;/P&gt;&lt;P&gt;Is there any framework that I can use to implement the integration tests?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unit-and-Integration-tests-for-data-integration-jobs/m-p/2313453#M84307</guid>
      <dc:creator>EH1</dc:creator>
      <dc:date>2024-11-15T22:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unit and Integration tests for data integration jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unit-and-Integration-tests-for-data-integration-jobs/m-p/2313454#M84308</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You are able to achieve the continuous integration and deployments in Talend Development&lt;/P&gt;&lt;P&gt;Please take a look at Life Cycles BP Guide about&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/en-US/8.0/software-dev-lifecycle-best-practices-guide/what-is-software-development-life-cycle" alt="https://help.talend.com/r/en-US/8.0/software-dev-lifecycle-best-practices-guide/what-is-software-development-life-cycle" target="_blank"&gt;https://help.talend.com/r/en-US/8.0/software-dev-lifecycle-best-practices-guide/what-is-software-development-life-cycle&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Feel free to let us know if it is what you are looking for.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 05:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unit-and-Integration-tests-for-data-integration-jobs/m-p/2313454#M84308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-18T05:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unit and Integration tests for data integration jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unit-and-Integration-tests-for-data-integration-jobs/m-p/2313455#M84309</link>
      <description>&lt;P&gt;Thank you very much for you answer! &lt;/P&gt;&lt;P&gt;Do you have any suggestions for integration tests?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 12:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unit-and-Integration-tests-for-data-integration-jobs/m-p/2313455#M84309</guid>
      <dc:creator>EH1</dc:creator>
      <dc:date>2022-07-18T12:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unit and Integration tests for data integration jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unit-and-Integration-tests-for-data-integration-jobs/m-p/2313456#M84310</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Unit tests are subjective to your job and those are not generated automatically like java coding.&lt;/P&gt;&lt;P&gt;What is your current job and what you want to test in it?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 04:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unit-and-Integration-tests-for-data-integration-jobs/m-p/2313456#M84310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-19T04:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unit and Integration tests for data integration jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unit-and-Integration-tests-for-data-integration-jobs/m-p/2313457#M84311</link>
      <description>&lt;P&gt;I am about to create a testing concept for the whole project. There is no specific job. &lt;/P&gt;&lt;P&gt;I able to use "Create TestCase" feature but I wanted to be sure if this is the right approach to do unit tests on Talend or there use any other way better than this. &lt;/P&gt;&lt;P&gt;Thank you again and best regards!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 14:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unit-and-Integration-tests-for-data-integration-jobs/m-p/2313457#M84311</guid>
      <dc:creator>EH1</dc:creator>
      <dc:date>2022-07-19T14:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unit and Integration tests for data integration jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unit-and-Integration-tests-for-data-integration-jobs/m-p/2313458#M84312</link>
      <description>&lt;P&gt;There could be a few approaches for that,  a few I could think of:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You publish the job, then run it and analyze the logs.&lt;/LI&gt;&lt;LI&gt;You run the build on a server that has access to DEV. You define a dummy job that has a TestCase with a tRunJob. Then you just need to analyze the behavior of this job execution.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;  Balázs&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jul 2022 11:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unit-and-Integration-tests-for-data-integration-jobs/m-p/2313458#M84312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-24T11:30:39Z</dc:date>
    </item>
  </channel>
</rss>

