Computer Science, asked by AntonyAkash4615, 11 months ago

Test strategies for conventional and object oriented software

Answers

Answered by theking20
1

Test strategies for conventional and object oriented software are as follows:

  1. Conventional software testing strategies are- testing of unit, integration testing, system testing, validation testing.
  • The first one focuses on software's each function which is implemented in source code.
  • Second one concentrated on design of architecture of software.
  • The third one tests the other system and software as a whole.
  • Against the constructed software, the validation of requirements is defined by the forth one.

     2. Input and output of objective methods are not only basis of object-oriented testing, this is also based on the way input and output may influence the state of object.

Similar questions