Font size
WorksheetsL3_Unit16_Testing
Total questions: 10
Worksheet time: 8mins
The name given to the way in which we test our program overall is a "testing (a) "
Give an example of one of the different methods of testing used within our testing strategy
(a)
Black Box testing is......
Where we can see the operation of the process being tested
Where we cannot see the operation of the process being tested
where we test the module integration within a program
White box testing is ....
Where we can see the operation of the process being tested
Where we cant see the operation of the process being tested
Where we test the user interface to make sure it works correctly
Give an example of a test case data type
(a)
Erroneous test case data is used to test the validation within an user interface?
True
False
Borderline test case data is used to test the function of our program using expected data?
True
False
What testing method is described here?
"Testing to ensure a program meets the original program requirements"
(a)
Testing to ensure different modules that have been created work together is an example of " (a) " testing.
Testing plans using test case data are best recorded using
A Table
A Bulleted list
A Flow Diagram
