Blog

Articles to grow your career

Article

When Do We Start and End Software Testing?

The later the defect is discovered, the more expensive it is to fix it and the more effort it takes. Besides, defects inherent in the system at the early levels of design are especially tricky as they are difficult to track down and interpret correctly. So the earlier testing begins in the life cycle of a program, the better quality it is going to have.

Most experts agree: testing should be started at the stage of drafting system requirements. Although everything here depends on the chosen development model. For example, in the waterfall model, testing is carried out at a specific allocated stage. The iterative model allows testing almost in parallel with the development of new functionality.

At different stages of the software life cycle, testing is carried out in different forms:

  • at the stage of defining requirements: their analysis and verification can also be considered testing;
  • control of the design process at the stage of system design development is also a form of testing;
  • developers also participate in testing at the unit testing level.

Do you want to join us?

Leave an application and get a free consultation from our manager.

  • Help in choosing a direction
  • Course consultation
  • Additional materials for the start

It is more difficult to determine the criterion for the end of testing, because, according to the principles of testing, we can never be sure that a program is 100% free from defects. That is why, other conditions are used:

  • set in advance deadlines
  • fulfillment of all provided test cases
  • reaching a certain level of test coverage
  • when, after a certain point, we almost don’t find new bugs or critical defects
  • management decision

testing software

Alex Kara
By Alex Kara on Aug 12, 2021
Manual QA