Podcast
Questions and Answers
What are the two principal objectives of the V & V process?
What are the two principal objectives of the V & V process?
To discover and fix the bugs To determine whether or not the system is usable in an operational situation.
Explain the difference between static and dynamic verification.
Explain the difference between static and dynamic verification.
Software Inspection(static): analyze, review and examine the code to find errors. Software testing(dynamic): the system is executed with test data and its behavior is observed.
Advantages of software inspection.
Advantages of software inspection.
You can pick up errors that mask other errors, incomplete version of a system can be inspected, pick up problems in terms of the quality of the code, pick up problems you cannot get from testing.
What is the objective of software testing?
What is the objective of software testing?
Signup and view all the answers
Who performs testing?
Who performs testing?
Signup and view all the answers
Explain the difference between development testing, unit testing and system testing.
Explain the difference between development testing, unit testing and system testing.
Signup and view all the answers
Explain object class testing of unit testing.
Explain object class testing of unit testing.
Signup and view all the answers
What are the 2 types of unit test cases?
What are the 2 types of unit test cases?
Signup and view all the answers
define white box testing and black box testing.
define white box testing and black box testing.
Signup and view all the answers
What is the difference between black box testing's random test and systematic testing?
What is the difference between black box testing's random test and systematic testing?
Signup and view all the answers
What is the problem with random testing?
What is the problem with random testing?
Signup and view all the answers
What are the two typical strategies of black box testing?
What are the two typical strategies of black box testing?
Signup and view all the answers
Explain boundary value analysis.
Explain boundary value analysis.
Signup and view all the answers
What must be covered in white box testing?
What must be covered in white box testing?
Signup and view all the answers
What is integration testing?
What is integration testing?
Signup and view all the answers
What kind of testing are included in system testing?
What kind of testing are included in system testing?
Signup and view all the answers
What is test driven development? How does it work?
What is test driven development? How does it work?
Signup and view all the answers
What are the benefits of test driven development?
What are the benefits of test driven development?
Signup and view all the answers