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 |
how to write testcase for toaster?
what is the def between Test Plan and Test strategy
What is system testing ?
Please any one tell me what is application architure in web based applications
What is the big deal about ‘requirements’?
Write the three important scenario or test cases for Air conditioner.
what is a test plan....... can any one explain me with an example.... and how to develop an test plan.........
define Testing of Procedure, Triggers and Functions in data base testing ?
what is web application testing and what is the difference between a client server application and web server application?
When requirement / SRS document comes to a tester then Do we prepare the test cases +ve & -ve at a time?
One Project is developed on VB+Access it is working properly they are planning to change with backend Oracle . What type of testcases we can write?
What r blackbox & whitebox testing techniques?