Today I got few guidelines that I would love to share it with you guys, before you deliver the code!
-
Check existing code passes all unit test cases.
-
Check Nant script copies the files to proper location
-
Test UI according to unit test cases written.
-
Format your code by "select all" the code and press Ctrl+K, Ctrl+F.
-
If project is completed, do regression testing properly.
-
Code is as per the coding standard.
-
If you got any code review comments, you have incorporated it and run unit test cases.
Happy Coding 