Testing Flashcards
What does integrative testing test?
interfaces
• integration or interfaces between components
• interactions to different parts of the system such as an operating system, file
system and hardware
• Interfaces between systems.
What does Usability Testing test?
The ease with which the user interfaces can be used.
It tests whether the application is user-friendly or not. Prototypes may be used during this type of testing to ensure the final solution is effective in terms of usability.
What does Final Testing prove?
If the program is fit for purpose.
It involves looking back at the specifications and checking the requirements carefully.
What is the goal of End-User Testing?
To discover any flaws or issues from the user’s perspective that you would not want to have in the final version of the application.
What are some advantages of end-user testing?
- Users can test your application, and send feedback to you during the testing period.
- Your beta testers can discover issues with your application that you may have not noticed.
What is meant by checking if a project is fit for purpose?
Using the analysis documentation including the end user and functional requirements to ensure your solution has meet the client’s needs.
What is meant by perfective maintainability?
Tweaks that can be made after a project has been completed to improve it.
What is meant by corrective maintainability?
Fixing errors not found during testing.
What is meant by adaptive maintainability?
Making the software work on a different OS or hardware than the one it was designed for.
What is meant by robustness?
If solutions can cope with unexpected or incorrect input.