Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
wangbinlxx
Creator
Creator

What is Test case for in Talend Data Integration?

Hi 

I follow Talend Lab and the following video to build Test Case. https://www.youtube.com/watch?v=Ygeg8Xt1x88  It works, but I fail to understand when to use this TESTCASE feature in the development cycle.   

 

 

Scenario 1: Automatically run Unit Tests in Step 5 of this Talend CI procedure. 

https://www.teschglobal.com/resources-all/talend-devops-continuous-integration

"Step 5 Run Tests

  • This step will run any unit tests created in the Talend studio by the developer
  • These unit tests can be created by right clicking on a component in the studio and providing expected input and output criteria for the selected group of components"

Scenario 2: Implement Test driven development. 

Take my example, generating input_file1/input_file2 and reference_file1 first before developing the component tMap_1. 

 

Scenario 2 makes a bit more sense. I'm struggled to find how  Scenario 1 will work in the real life.
* Developer develops the job, and create many TESTCASE on each key component ;
* TESTCASE can only apply single component. If developer modifies the logic of one component, developer must modify all three files accordingly. Otherwise, TESTCASE will fail. If no logic is changed within this component, surely the TESTCASE will success.
In Scenario 1, what are the benefits from TESTCASE to justify the extra work?

 

Thanks,

Labels (3)
1 Reply
wangbinlxx
Creator
Creator
Author

Attached the job in Designer. 


Job.JPG