5.4 Configuration Management Flashcards
In testing, configuration management (CM) provides a discipline for:
- id…
- con…
- tracking
such as:
- test p…
- test s…
- test c…
- test ca…
- test sc…
- test r…
- text l…
- test reports as …
- identifying
- controlling
- work products
. - plans
- strategies
- conditions
- cases
- scripts
- results
- logs
- configuration items.
For a complex configuration item (e.g. a test environment), CM reports the items …
it consists of, their relationships, and versions.
If the configuration item is approved for testing, it becomes a baseline and can …
only be changed through a formal change control process.
Configuration management keeps a record of changed configuration items when …
a new baseline is created.
It is possible to revert a previous baseline to …
reproduce previous test results.
To properly support testing, CM ensures the following:
- All configuration items, including test items (individual parts of the test object), are uniquely … so that traceability …
- all identified documentation and software items are …
- identified, version controlled, tracked for changes and related to other configuration items
can be maintained throughout the test process
- referenced unambiguously in testware.
Continuous integration, continuous delivery, continuous deployment, and associated testing are typically implemented as part of an … in which automated …
automated DevOps pipeline
CM is normally included.