Briefly about System Testing

by Nataliia Vasylyna | February 28, 2017 7:52 am

The procedure of system checking is connected with unit, integration and acceptance testing. System testing is conducted in order to check functional and nonfunctional requirements to the system as a unique entity. A huge number of system errors can be detected during this software testing type.

Thus, there is a high possibility of various risks connected with the system behavior under different conditions and environments. To minimize these risk, it is necessary to perform the checking procedure of the system in the close-to-real environment – one in which the product is going to be installed after its final release.

What errors May be detected during system testing?

There are two approaches to system testing:

  1. requirements based,
  2. use case based.

According to the first approach, the test cases are designed for every requirement point to check it. On the basis of usage scenarios, the use cases are created. One or several scenarios may be defined for a particular use case. Every checking of each scenarios requires test cases that should be tested.

Imagine that system testing is like the process of car manufacturing. Firstly, every detail is created and checked separately (unit testing[1]). Then the specialists check car color, engine after 2,000 miles, wheels after some more distance, electronics and so on. Every functional aspect is checked. The same with software products.  It is necessary cover as much of system aspects as possible to provide a full test coverage.

Learn more from QATestLab

Related Posts:

Endnotes:
  1. unit testing: https://qatestlab.com/services/Step-by-Step/Unit-Testing/
  2. Peculiarities of Testing Levels: https://blog.qatestlab.com/2016/02/15/testing-levels-peculiarities/
  3. Why Is a Healthy Testing Process Crucial? A Full Checklist: https://blog.qatestlab.com/2024/02/15/why-is-a-healthy-testing-process-crucial-a-full-checklist/
  4. Acceptance Testing: How to Predict a Real-life Experience: https://blog.qatestlab.com/2020/05/20/acceptancetesting/

Source URL: https://blog.qatestlab.com/2017/02/28/system-testing-specifics/