Advantages and disadvantages of maintainability testing
An alternative to explicitly performing maintainability testing is to try to maintain your code and see what happens. You’ll soon discover which logs are unclear and which problems are impossible to debug due to missing information. Your task is to speed that process up by predicting what you need. The advantages and disadvantages of maintainability testing are as follows:
Advantages |
Disadvantages |
The best way to discover maintainability issues |
Not a priority for product development |
It makes your life easier |
Requires knowledge of user experience design |
Speeds up the development process |
Hard to predict what information you will need |
Benefits from feedback... |