cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Junit test cases for HMC / Backoffice Actions and Custom Editors

Former Member
0 Likes
267

Hi All,

Is't recommended to write JUnit test cases for HMC or Backoffice custom actions and custom editors.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Technical: The recommendation is to use TDD in your everyday development.

Especially when you are planning migration or further customization. Unit and integration tests besides giving your opportunity to better your code quality are great documentation. Being good introduction to project for new Testers and Developers. The set of automated tests greatly helps developing teams keep their productivity up as less time needs to be spent on manual defects hunting.