Simple test design for developers
I worked in testing position testing low level components before I started working as a developer. I believe designing various test cases ahead of coding is very useful. Here is what every developer should do.
After finishing up spec and initial design reviews, a developer should create a test module that has signatures and comments for each test that he is going to write once his coding is complete. The tests could include very simple to elaborate scenario tests. I think a developer loses the big picture as he goes deeper and deeper into the coding cycle, its not that he forgets the big picture but the number of details that gets into ahead gets so crowded that big picture kinds of fogs away.
In order to keep the perspective and make his code rock solid designing real tests ahead of the time is very essential.
Comments
Post a Comment