R11 Flashcards
(8 cards)
What is the purpose of testing in systems development?
To examine every component of an application to ensure it works as a complete unified whole.
What are the benefits of testing?
Better software performance
Increased customer satisfaction
Cost savings
Enhanced security
Error reduction
Product quality
What aspects of a system can be tested?
• System security
• Usability
• Performance
• Resource availability
• Ability to retrieve required information
• Data access
• System access
What is concept testing?
Testing an idea or concept before fully developing the product or system.
What is usability testing?
Testing before its official release to assess user experience and ease of use.
What is stress testing?
Testing that determines the robustness and stability of a software or system under extreme conditions.
What is a test plan?
A structured document that outlines types of tests to be performed like:
functional tests
error checking
performance tests
What are the three types of test data?
- Expected data
- Extreme data
- Invalid data