Key Points for Impact Study of Software Changes

This post describes the key points of a software change impact study.

There are two types of impacts from software changes: impacts that meet the objectives of the requirements specification and impacts that do not. This impact study will examine the data flow of the following variables associated with the software change. The data flow is investigated until the code meets the requirement specification or until the code is no longer affected. If the read code of the target variable does not affect the value to be written to other variables, it is considered unaffected.

Variables under study

  1. Variables whose values change with software changes.
  2. Variables whose type declarations change with software changes.
  3. Variables whose units change due to software changes.
  4. Variables whose LSBs change due to software changes.
  5. Variables that change the value to be written by changing the value of variables 1-4.
  6. Variables added by software changes.
  7. Variables deleted by software changes.
OSS-ECAL English
error: Content is protected !!