Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Reg. Test Driven Development (TDD) for Talend.

Hi, 
I need some information regarding if someone worked/implemented successfully Test Driven Development in Talend using Agile Methodology. 
We have a new project underway and the client is insisting on using Test Driven Development. 
Need some suggestions..
Thanks and regards,
Labels (2)
5 Replies
Anonymous
Not applicable
Author

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...
Thanks
Vaibhav
Anonymous
Not applicable
Author

Suppose we want to read a data from Json file or excel file and load into Vertica Database.
How can we design and develop job for the above using TDD. and how different it is from our general approach.

Thanks
Akhilesh 
Anonymous
Not applicable
Author

Hi Akhilesh,
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...
This TDD is not like java programming code testing...
Vaibhav
Anonymous
Not applicable
Author

Thanks for your reply, Just one doubt on how we can automate TDD in Talend .. ?? 
Anonymous
Not applicable
Author

For above scenario... put multiple files in same folder for various test scenarios verify execution.
Vaibhav