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?
Who performs testing?
Who performs testing?
Explain the difference between development testing, unit testing and system testing.
Explain the difference between development testing, unit testing and system testing.
Explain object class testing of unit testing.
Explain object class testing of unit testing.
What are the 2 types of unit test cases?
What are the 2 types of unit test cases?
define white box testing and black box testing.
define white box testing and black box testing.
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?
What is the problem with random testing?
What is the problem with random testing?
What are the two typical strategies of black box testing?
What are the two typical strategies of black box testing?
Explain boundary value analysis.
Explain boundary value analysis.
What must be covered in white box testing?
What must be covered in white box testing?
What is integration testing?
What is integration testing?
What kind of testing are included in system testing?
What kind of testing are included in system testing?
What is test driven development? How does it work?
What is test driven development? How does it work?
What are the benefits of test driven development?
What are the benefits of test driven development?