What does Reliable, Robust, and Portable mean in computing
What are the 3 aspects of testing
Pierce slapped childish_gambino
Plan
Systematic
Comprehensive
What is the purpose of testing
What is the purpose of the 3 testing aspects?
What are the test data types?
Normal, Extreme, and Exceptional.
What is a testing table?
Shows some inputs, the expected output, and the received/actual output as well as a comment on each output.
Phases of testing Alpha and Beta
What are the differences?
What is in a test plan
*What are your test cases
- A test case is going to be under the user interaction with your system.
*What test data are you going to use?
- What data will you use in your system to ensure that your tests are valid.
What are the Debugging Techniques?
Watchpoints stop the execution of a program once the contents of a specific variable/s meet a particular condition/s