1.

What Software Quality Control Nomenclature Is Implemented For A Software Product?

Answer»

Software Quality Control Nomenclature:

  • Verifying: comparing the code predictions
  • Validating: Comparing the prediction of code with test data
  • Version Testing: Comparing OUTPUT of the current version with output of the PREVIOUS version
  • Installation Testing: Comparing the result with newly installed code to the SAMPLE result code
  • Development Code: Code TESTED only by the software developer.
  • Alpha Code: Testing of the software product internally by selected users.
  • BETA Code: Code testing internally by a large numbers of users.
  • Released Code: Well tested and documented code that is officially distributed.

Software Quality Control Nomenclature:



Discussion

No Comment Found