Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everybody,
I want to do unit tests and integration tests for my Talend jobs and I want to do it in the best way possible.
I know that Talend offers the TestCase feature by I'm not sure if I can cover all the codes by using this feature.
Is possible to cover all the code by using TestCase feature? Is JUnit better option?
Is there any framework that I can use to implement the integration tests?
Thank you!
Hello,
You are able to achieve the continuous integration and deployments in Talend Development
Please take a look at Life Cycles BP Guide about
Feel free to let us know if it is what you are looking for.
Best regards
Sabrina
Thank you very much for you answer!
Do you have any suggestions for integration tests?
Hello,
Unit tests are subjective to your job and those are not generated automatically like java coding.
What is your current job and what you want to test in it?
Best regards
Sabrina
I am about to create a testing concept for the whole project. There is no specific job.
I able to use "Create TestCase" feature but I wanted to be sure if this is the right approach to do unit tests on Talend or there use any other way better than this.
Thank you again and best regards!
There could be a few approaches for that, a few I could think of:
Hope this helps.
Cheers,
Balázs