Which of the following are included in the different forms of system testing?

System testing, also referred to as system-level tests or system-integration testing, is the process in which a quality assurance (QA) team evaluates how the various components of an application interact together in the full, integrated system or application.

System testing verifies that an application performs tasks as designed. This step, a kind of black box testing, focuses on the functionality of an application. System testing, for example, might check that every kind of user input produces the intended output across the application.

With system testing, a QA team gauges if an application meets all of its requirements, which includes technical, business and functional requirements. To accomplish this, the QA team might utilize a variety of test types, including performance, usability, load testing and functional tests.

With system testing, a QA team determines whether a test case corresponds to each of an application's most crucial requirements and user stories. These individual test cases determine the overall test coverage for an application, and help the team catch critical defects that hamper an application's core functionalities before release. A QA team can log and tabulate each defect per requirement.

Additionally, each individual type of system test reports relevant metrics of a piece of software, including:

  • Performance testing: speed, average, stability and peak Response times;
  • Load testing: throughput, number of users, latency; and
  • Usability testing: user error rates, task success rate, time to complete a task, user satisfaction.

Phases of system testing

A video tutorial about this test level.

System testing examines every component of an application to make sure that they work as a complete and unified whole. A QA team typically conducts system testing after it checks individual modules with functional or user-story testing and then each component through integration testing.

If a software build achieves the desired results in system testing, it gets a final check via acceptance testing before it goes to production, where users consume the software. An app-dev team logs all defects, and establishes what kinds and amount of defects are tolerable.

System testing tools

Various commercial and open source tools help QA teams perform and review the results of system testing. These tools can create, manage and automate tests or test cases, and they might also offer features beyond system testing, such as requirements management capabilities.

Commercial system testing tools include froglogic's Squish and Inflectra's SpiraTest, while open source tools include Robotium and SmartBear's SoapUI.

This was last updated in December 2018

Continue Reading About system testing

  • Discover how system testing fits in with other QA methods
  • Embedded software testing tools useful for system testing
  • An overview of common testing types and strategies
  • Five frustrations of a software tester
  • Fit system testing in with integration testing

Dig Deeper on Software testing tools and techniques

  • Which of the following are included in the different forms of system testing?
    The major differences between QA and SDETs

    Which of the following are included in the different forms of system testing?

    By: Amy Reichert

  • Which of the following are included in the different forms of system testing?
    How test summary reports yield business value and benefits

    Which of the following are included in the different forms of system testing?

    By: Amy Reichert

  • Which of the following are included in the different forms of system testing?
    Smoke testing vs. sanity testing explainer on key differences

    Which of the following are included in the different forms of system testing?

    By: Gerie Owen

  • Which of the following are included in the different forms of system testing?
    Quality engineering vs. quality assurance: Know the differences

    Which of the following are included in the different forms of system testing?

    By: Gerie Owen

Which of the following are included in different forms of system testing?

Terms in this set (6).
Alpha Testing. assess if the entire system meets the design requirements of the users..
Development Testing. test the system to ensure it is bug-free..
Integration Testing. ... .
System Testing. ... .
User Acceptance Testing (UAT) ... .
Unit Testing..

What are the four 4 types of systems tests?

There are four main stages of testing that need to be completed before a program can be cleared for use: unit testing, integration testing, system testing, and acceptance testing.

What are the different method for system testing?

There are four levels of software testing: unit testing, integration testing, system testing and acceptance testing, all are used for the testing purpose.

What are the three tests used in system testing?

Execute Test Case: After the generation of the test case and the test data, test cases are executed. Defect Reporting: Defects in the system are detected. Regression Testing: It is carried out to test the side effects of the testing process.