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
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.
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