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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

unit testing with Talend Forge

Hello
I would like to know if there is some "junit like" framework or way to do unit testing with talend
sorry if my question seems to be dumb,i m new to talend, for instance is there a widget which that two xml file are equal ?
thanks in advance
Labels (3)
4 Replies
Anonymous
Not applicable
Author

Hello
Thanks for your interest in TOS.
To test for two xml are equal, you can use the tFileCompare+tAssert component(which can be used with the tAssertCatcher).
Please download the user documentation and learn the usage of them.
Best regards
shong
Anonymous
Not applicable
Author

As described by shong, we use tAssert for unit testing (at job level). Find more information on our automated test platform on my blog : Automated test results on talendforge.org
Anonymous
Not applicable
Author

the problem with tFileCompare, is that is there is only a difference of a space or tab, the test will be declared false ? is there a way to use tFileCompare without considering this
is colibri an open source project ?
_AnonymousUser
Specialist III
Specialist III

tAssert and tAssertCatcher are not included in the documentation. How do these work?