Term: “anomaly”. It is any condition deviating from the expectations based on requirement specifications, design documents, user documents, standards, someone’s perception or experience, etc. Anomalies can only be found during assessment, tests, analysis, compilation, or use of applicable software products or documentation (although their purposes exceed this goal) ...
Search Results for:
Analyzability
Term: “analyzability”. It is the capacity of a software product or its parts to be diagnosed with software deficiencies or causes or failure.. [ISO 9126] Also look up mantainability.
Static analyzer
Term: “static analyzer”. It is the tool performing the static analysis.
Code analyzer
Term “code analyzer”. Look up static code analyzer.
Static analysis
Term: “static analysis”. It is the analysis of the software artifacts, such as requirements or code, without the execution of the aforementioned artifacts.
Static code analysis
Term: “static code analysis”. It is the analysis of source code carried out without the software execution.
Test suite
Term: “test suite”. It is a set of test cases for a component or system undergoing testing, for which the post-condition of a test is often used as a pre-condition of the following one.
Test case suite
Term: “test case suite”. Look up test suite.