Copyright © tutorialspoint.com

Testing is the Religion

previous next


Best Practice 5 - Testing to be followed like a religion.

Testing is mandatory after every small or big change no matter how tight schedule you have or you just changed a small comment inside the code, you have testing due for the changed code.

There is nothing like trust while developing software, no matter how expert or how senior you are in writing source code, you would have to perform testing for each and every change you did in the code.

Don't want to follow it? You will be in trouble!

Software Testing

Celebrate every bug you find

Yes you should not feel unhappy if you or another tester finds a bug in your software source code. Following are the enough reasons to celebrate this discovery:


previous next

Copyright © tutorialspoint.com