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 |
Can anyone please answer the below question on Manual Testing: Tell me about atleast 5 bugs you come across in your last testing?
How do you go about testing a web application?
Use-cases can provide useful input into the design of black-box and state-based tests of OO software.is it true
what is database testing
Can anyone give me an example for positive and negative scenario??
What is testing and maintenance?
Hi I just wanted to know the name of the document given by the test lead to the tester regarding their module for testing.
How can we test a web application meant for Dump and Deaf???
what is sychronization point in qtp how u put in yr application when it is put wat is its use how it is useful
3 Answers Polaris, Quick Heal, SAP Labs,
Can you explain the different maturity levels in staged representation?
In front end if you enter one record it will be inserted in to 20 tables in back end.so How you are going to test in Manually whether data is going properly in to concern data tables or not? Is there any better solution to do that instead of opening the table and checking individually?
is it possible S1 comes under P1 ?