Tag: testing
Questions Related to testing
-
Focused Testing, Testing coverage, control flow
-
Data integrity, Internal boundaries, algorithm specific testing
-
Both A and B
-
Either A or B
-
Delaying tester’s access to areas of the code
-
Replacement with updated product
-
Training programmers to make or miss fewer bugs
-
Testing by Tech. Support
-
Same as black box testing B
-
Same as white box testing
-
Same as functional testing
-
None of the above.
-
A program that directs the execution of another program against a collection of test data sets. Usually the test driver also records and organizes the output generated as the tests are run.
-
A document that identifies test items and includes current status and location information
-
A document describing any event during the testing process that requires investigation
-
A software item that is an object of testing.
-
Another name for decision coverage
-
Another name for all-edges coverage
-
Another name for basic path coverage
-
All the above
-
Same as code walkthrough
-
Same as code inspection
-
Verification of code by the developers
-
None of the above.
-
Decision coverage
-
Condition coverage
-
Statement coverage
-
Path Coverage
-
A set of test cases for testing classes of objects
-
An input or output range of values such that only one value in the range becomes a test case
-
An input or output range of values such that each value in the range becomes a test case
-
An input or output range of values such that every tenth value in the range becomes a test case.
-
Is impractical but possible
-
Is practically possible
-
Is impractical and impossible
-
Is always possible
-
Statement Testing and coverage
-
Decision Testing and coverage
-
Condition Coverage
-
Boundary value analysis