A set of inputs, execution preconditions and expected outcomes is known as a __________________?
(A) Test plan
(B) Test case
(C) Test document
(D) Test Suite
What combines the outward manifestation of the computer-based system , coupled with all supporting information that describe system syntax and semantics ?
(A) mental image
(B) interface design
(C) system image
(D) interface validation
Which of the following is a black box testing strategy ?
(A) All Statements Coverage
(B) Control Structure Coverage
(C) Cause-Effect Graphs
(D) All Paths Coverage
Which granularity level of testing checks the behavior of module cooperation ?
(A) Unit Testing
(B) Integration Testing
(C) Acceptance Testing
(D) Regression Testing
What do you understand by V&V in software testing ?
(A) Verified Version
(B) Version Validation
(C) Verification and Validation
(D) Version Verification
Which test refers to the retesting of a unit, integration and system after modification, in order to ascertain that the change has not introduced new faults ?
(A) Regression Test
(B) Smoke Test
(C) Alpha Test
(D) Beta Test
In which test design each input is tested at both ends of its valid range and just outside its valid range ?
(A) Boundary value testing
(B) Equivalence class partitioning
(C) Boundary value testing AN
(D) Equivalence class partitioning
When does the testing process stops ?
(A) When resources (time and budget) are over
(B) When some coverage is reached
(C) When quality criterion is reached
(D) Testing never ends
Specifying a set of test cases or test paths for each item to be tested at that level is known as__________________?
(A) Test case generation
(B) Test case design
(C) ALL of the mentioned
(D) None of the mentioned