What is meant code review?
Answers were Sorted based on User's Feedback
Answer / mrs
Code review is review of the source code to intend to check
whether the source code met the following things or not?
1) To meet the organizational code standards.
2) To avoid the ambiguity of the code.
3) To delete unnecessary code.
4) proper re-use of the existing code.
5) to improve the performance of the application.
6) To check the proper comments are added or not.
7) To check the code structure.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / ramya
Code review is systematic examination of computer source
code intended to find and fix mistakes overlooked in the
initial development phase, improving overall quality of
software and can also be used as a tool to better develop
skills at the same time.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / bhanu
once tester fix the defect .if he feel it is a true defect then he conduct the review on code that is called code review..
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prasad
review is main thing in the testing so mainly concentrate on it
| Is This Answer Correct ? | 0 Yes | 1 No |
which bug report format ur company following
What is regression testing
What's the difference between Stress testing & Load testing
What is the difference between migration testing and regression testing?
What is terminologe? Why testing necessary? Fundamental test process psychology of testing
what are functional and non functional requirement of SRS document..
Metrics for Evaluating Application System Testing?
what is build and release?
Please provide the examples for following scenarios 1.High Sevierity Low Priority 2.Low Sevierity High priority
What is meant by Entry and Exit points in Testing? Raam - ramumcato@yahoo.com
Smoke Testing is responsibility of Tester & Developer ?
difference between regression and retesting?