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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Automated Unit testing for talend open studio data integration

Hi,
I want to know how to create a framework to support automated unit testing for talend jobs.
Can someone help me with the list of available options?
Your help is highly appreciated
Thanks
Labels (2)
2 Replies
Anonymous
Not applicable
Author

We usually test the job simply in the same way as we test complete programs. We export the job as standalone job and create a master output (a database table/file or what ever) check that carefully and rerun the job. You can do this with JUnit or - what we do - we use the robot framework because it gives us the opportunity to extend that and the actual test cases can be defined in a nearly natural language.
Anonymous
Not applicable
Author

Hi jlolling,
Thanks for your reply.
But I lost you when you were talking about master output.
Do you have an example or a documentation? Also, do you have any idea on how TUJ Automation can be used?
Thanks