| Levels of abstraction - | (Software Engineering) the degree of detail with which some representation of the software is presented |
| Load testing - | (Software Engineering) a testing task that determines how software (often a WebApp) will respond to various loading conditions |
| Loop testing - | (Software Engineering) a white box testing technique that exercises program loops |
| Maintainability - | (Software Engineering) the degree to which a program is amenable to change |
| Maintenance - | (Software Engineering) the activities associated with changes to software after it has been delivered to end-users |
| Make-buy decision - | (Software Engineering) determining whether software should be built internally, acquired, contracted or built from reusable components |
| Measurement - | (Software Engineering) collecting quantitative data about the software or the software engineering processMetrics - |
| Modularity - | (Software Engineering) an attribute of a design that leads to the creation of high quality program components |
| Navigation analysis - | (Software Engineering) a Web engineering action that establishes how a user will navigate between various elements (e.g., content, functions) of a WebApp |
| Object-oriented - | (Software Engineering) an approach to software development that makes use of a classification approach and packages data and processing together |