Software 4 Flashcards
What is debugging?
Using testing to reveal program faults and then correcting them
What does test-first development integrate?
Testing/programming and debugging
What is verification and validation meant to show?
That a system meets its stated requirements(verification)
That it meets the real needs of the system customer(validation)
What does system testing involve?
Executing the system with test cases that are derived from the specification of the real data to be processed by the system
What might system validation involve, other than system testing?
Other reviews and automated program checking procedures
Within the testing process, what 3 activities does it normally include?
Component testing
System testing
Customer testing