Meeting design specifications (p.1) Flashcards
What steps can be taken to ensure design specifications are being met?
Internal testing, external testing and client testing
What is the difference between a test case and test data?
A test case is a set of conditions used to test certain software behaviour.
While test data is the actual inputs and initial conditions used to test said software behaviour.
What is the difference between a syntax error and a runtime error?
A syntax error disrupts program compilation or execution due to grammar issues.
Whereas a runtime error happens during program execution, often due to invalid input.
Dina executes some code on her computer and everything seems to slow down. Eventually, her computer crashes. What has most likely occurred within the code?
The code has most likely gotten stuck in an infinite loop.