62

Worst bad practice..

Manager: I need code today
Developer (thinking) : let me give it without unit test. Anyways tester will test it.

Manager to tester: complete testing fast.

Tester(thinking): developer must have unit tested it. Let me skip it.
Enjoy testing completed.

God help clients.. 😊

Comments
  • 4
    Don't you guys back track/ confirm with each other?
  • 3
    @A-0-C we do. But sometime I sense this in team..
  • 1
    Why would you think that a tester is comparable to a unit test?
  • 0
    @linux-colonel sometime it happens that tester ignores some test cases which are too obvious.. which is normal they are bintan too☺
  • 2
    @ashusharma
    My point is that testers only make sure the code works once. The next change could break functionality. In my mind, code without automated tests is useless and dangerous
Add Comment