✅ The correct answer is option C.
Explanation: Smoke testing is designed as a pacing mechanism for time-critical projects, allowing the software team to assess its project on a frequent basis.
✅ The correct answer is option B.
Explanation: The structural testing is the testing of the structure of the system or component. Structural testing is often referred to as ‘white box’ or ‘glass box’ or ‘clear-box testing’ because in structural testing we are interested in what is happening ‘inside the system/application’.
✅ The correct answer is option A.
Explanation: The object of fault-based testing within an OO system is to design tests that have a high likelihood of uncovering plausible faults.
✅ The correct answer is option C.
Explanation: The Pareto principle (also known as the 80–20 rulE. states that, for many events, roughly 80% of the effects come from 20% of the causes.
✅ The correct answer is option B.
Explanation: White-box testing is a method of testing software that tests internal structures or workings of an application, as opposed to its functionality .