Low level testing (such as, unit and module integration testing) occurs during software construction. State whether the statement is TRUE or FALSE.
Answers
Answered by
3
Given statement is :
Low Level Testing such as Unit Testing and Module Integration Testing occurs during Software Construction or Coding Phase.
It is true. When a module or a small functional unit is completed, unit testing is done to check if it is coded properly. When interrelated modules/objects are completed in coding, they are tested together by module integration testing. The parameter passing between the modules, their return values and the updates in static objects/global data are checked during integration testing.
Low Level Testing such as Unit Testing and Module Integration Testing occurs during Software Construction or Coding Phase.
It is true. When a module or a small functional unit is completed, unit testing is done to check if it is coded properly. When interrelated modules/objects are completed in coding, they are tested together by module integration testing. The parameter passing between the modules, their return values and the updates in static objects/global data are checked during integration testing.
kvnmurty:
:-)
Similar questions