Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Junit Testcases for Talend Job

Hi ,,
I am new to talend.I have some doubts about unit testing for talend job.
1)Where i need to integrate new testcase class.
2)Is there is any jar file require? if it so, where i need to integrate?
Please clarify my doubts.
thanks in advance
ranga
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi,
I put up a blog post on using JUnit with Talend Open Studio. This is testing Routines. I'm not extending TestCase or using @Test, but I am using the Assert.* functions.
http://bekwam.blogspot.com/2011/06/test-driven-development-and-talend-open.html
You will need a JAR file for JUnit to call a TestSuite. Use the tLibraryLoad component to access the JAR file from within a job. Call the suite from a tJava.
-Carl
Anonymous
Not applicable
Author

Thanks for the good blog post walkerca!
Best,
Pcoffre.