Podcast
Questions and Answers
What is code review?
What is code review?
Systematic examination of computer source code by peers.
What is the purpose of informal reviews?
What is the purpose of informal reviews?
To improve the quality of the document and help the authors.
How do formal reviews differ from informal reviews?
How do formal reviews differ from informal reviews?
Formal reviews follow a structured and managed process.
What is the focus of code inspection (formal inspection)?
What is the focus of code inspection (formal inspection)?
Signup and view all the answers
When should a formal inspection take place?
When should a formal inspection take place?
Signup and view all the answers
How many views are enlisted in a formal inspection?
How many views are enlisted in a formal inspection?
Signup and view all the answers
What is the role of a scribe in an inspection meeting?
What is the role of a scribe in an inspection meeting?
Signup and view all the answers
When defects are found in an inspection meeting, what additional step may the team take if the defects are simple?
When defects are found in an inspection meeting, what additional step may the team take if the defects are simple?
Signup and view all the answers
What is the purpose of a technical review?
What is the purpose of a technical review?
Signup and view all the answers
Who guides a technical review meeting?
Who guides a technical review meeting?
Signup and view all the answers
What is the goal of a technical review in terms of technical concepts?
What is the goal of a technical review in terms of technical concepts?
Signup and view all the answers
What is another name for statement coverage in white box testing design techniques?
What is another name for statement coverage in white box testing design techniques?
Signup and view all the answers
What is the purpose of static testing?
What is the purpose of static testing?
Signup and view all the answers
What are the benefits of static testing?
What are the benefits of static testing?
Signup and view all the answers
What is a Code walkthrough?
What is a Code walkthrough?
Signup and view all the answers
How does a Code walkthrough differ from a Code inspection?
How does a Code walkthrough differ from a Code inspection?
Signup and view all the answers
Why is a Code walkthrough useful for higher-level documents like requirement specifications?
Why is a Code walkthrough useful for higher-level documents like requirement specifications?
Signup and view all the answers
What is the role of the author during a Code walkthrough?
What is the role of the author during a Code walkthrough?
Signup and view all the answers