<?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: Reg. Test Driven Development (TDD) for Talend. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Reg-Test-Driven-Development-TDD-for-Talend/m-p/2290455#M63735</link>
    <description>Suppose we want to read a data from &lt;B&gt;Json&lt;/B&gt; file or excel file and load into &lt;B&gt;Vertica&lt;/B&gt; Database.&lt;BR /&gt;How can we design and develop job for the above using TDD. and how different it is from our general approach.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Akhilesh&amp;nbsp;</description>
    <pubDate>Mon, 04 Aug 2014 10:19:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-04T10:19:14Z</dc:date>
    <item>
      <title>Reg. Test Driven Development (TDD) for Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reg-Test-Driven-Development-TDD-for-Talend/m-p/2290453#M63733</link>
      <description>Hi,&amp;nbsp;
&lt;BR /&gt;I need some information regarding if someone worked/implemented successfully Test Driven Development in Talend using Agile Methodology.&amp;nbsp;
&lt;BR /&gt;We have a new project underway and the client is insisting on using Test Driven Development.&amp;nbsp;
&lt;BR /&gt;Need some suggestions..
&lt;BR /&gt;Thanks and regards,</description>
      <pubDate>Mon, 04 Aug 2014 07:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reg-Test-Driven-Development-TDD-for-Talend/m-p/2290453#M63733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-04T07:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reg. Test Driven Development (TDD) for Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reg-Test-Driven-Development-TDD-for-Talend/m-p/2290454#M63734</link>
      <description>Can you please elaborate on what client is expecting for TDD for ETL projects using talend ... may be a single sample use case or scenario would help...&lt;BR /&gt;Thanks&lt;BR /&gt;Vaibhav</description>
      <pubDate>Mon, 04 Aug 2014 08:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reg-Test-Driven-Development-TDD-for-Talend/m-p/2290454#M63734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-04T08:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reg. Test Driven Development (TDD) for Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reg-Test-Driven-Development-TDD-for-Talend/m-p/2290455#M63735</link>
      <description>Suppose we want to read a data from &lt;B&gt;Json&lt;/B&gt; file or excel file and load into &lt;B&gt;Vertica&lt;/B&gt; Database.&lt;BR /&gt;How can we design and develop job for the above using TDD. and how different it is from our general approach.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Akhilesh&amp;nbsp;</description>
      <pubDate>Mon, 04 Aug 2014 10:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reg-Test-Driven-Development-TDD-for-Talend/m-p/2290455#M63735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-04T10:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reg. Test Driven Development (TDD) for Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reg-Test-Driven-Development-TDD-for-Talend/m-p/2290456#M63736</link>
      <description>Hi Akhilesh, 
&lt;BR /&gt;For such type of example... it is expected that after designing ETL job, you provide possible combinations of input file with varying data and data type and check the proper working of the job... if it passes all the test cases, then it means that your ETL design is working fine... for any use case if your job fails, this indicates that you need improvement in the job... 
&lt;BR /&gt;This TDD is not like java programming code testing... 
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Mon, 04 Aug 2014 10:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reg-Test-Driven-Development-TDD-for-Talend/m-p/2290456#M63736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-04T10:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Reg. Test Driven Development (TDD) for Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reg-Test-Driven-Development-TDD-for-Talend/m-p/2290457#M63737</link>
      <description>Thanks for your reply, Just one doubt on how we can automate TDD in Talend .. ??&amp;nbsp;</description>
      <pubDate>Mon, 04 Aug 2014 10:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reg-Test-Driven-Development-TDD-for-Talend/m-p/2290457#M63737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-04T10:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reg. Test Driven Development (TDD) for Talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reg-Test-Driven-Development-TDD-for-Talend/m-p/2290458#M63738</link>
      <description>For above scenario... put multiple files in same folder for various test scenarios verify execution.&lt;BR /&gt;Vaibhav</description>
      <pubDate>Mon, 04 Aug 2014 10:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reg-Test-Driven-Development-TDD-for-Talend/m-p/2290458#M63738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-04T10:51:49Z</dc:date>
    </item>
  </channel>
</rss>

