What is the Diff between Code Walk through & Code Review?
Answer Posted / a sameer
Code review and code walkthrough is a phase in the software
development process.
But in code review we schedule a meeting in which the
authors of code, developer of the code, and perhaps quality
assurance (QA) testers get together to review code. Meeting
time is given earlier along with code to be reviewed at that
time by moderator.
But in code walkthrough we will not schedule any meeting it
can happen at any time or can happen suddenly without any
intimation before hand. They will come to meeting room
straight away and discuss the topic.
For code review and code walkthing finding and correcting
errors at this stage is relatively inexpensive and tends to
reduce the more expensive process of handling, locating, and
fixing bugs during later stages of development or after
programs are delivered to users.
1.Reviewers read the code line by line and walkthrough might
not read line by line just a informal go through to check for:
For either code review or walkthrough these are the
following things we need to check
1. Flaws or potential flaws
2. Consistency with the overall program design
3. The quality of comments
4. Adherence to coding standards.
5. Existance, for the functionality implemented.
6. Clarity and Readability
7. Completness - e.g., User, Training, Reference, Table
Of Contents.
Code review may be especially productive for identifying
security vulnerabilities.
HOpe this might give you all answer.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
what exactly is heuristic checklist approach for unit testing?
State a generalized process for load test? Or explain how you did it previously.
How will you determine when to stop testing?
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?
In which all places, testing is done?One is from the server by calling server name.Can u suggest others?
explain ur testing project? how can u nexplain . what should we explain ? i have not worked on any project?
10 scenarios for security testing using gmail applications?
how to test a web application manually?can u explain indetail?
Can you explain the workbench concept?
can any one explain me briefly erp pharma project including all modules,like how to tell this project in interview in terms of s/w testing
Give the real-time example for back-to-back testing?
Can anyone tell me, What is wound fixing?
test cases for compose functionality of gmail
Which test cases are written first: white boxes or black boxes?
How to test the search functionality.For example in naukri advance search is there.how ca i test that page.