5
Reply

What are Test Levels ?

Pavan R Bhupalam

Pavan R Bhupalam

Jul 06, 2015
683
0

    There are generally four recognized levels of tests: unit/component testing, integration testing, system testing, and acceptance testing.

    There are only four level of testing 1. Unit Testing 2. System Testing 3. Integration Testing 4. UAT Testing

    Dheeraj Sharma
    July 12, 2016
    0

    Levels of testing include different methodologies that can be used while conducting software testing. The main levels of software testing are:Functional Testing Non-functional Testing

    Keerthi Venkatesan
    June 08, 2016
    0

    unit testing, integration testing, system testing, and acceptance testing.

    Nikhil Sangani
    June 06, 2016
    0

    There are many testing levels and depends on model used for software engineering. In general, there are below levels of testing - Unit Testing - Usually done by developers where they test small piece of code Module/Component Testing - Where we test a particular module of project Integration Testing - Where we integrate all different module and test them together to make sure nothing is broken after integration System Testing - Where we test system compatibility Acceptance testing - To ensure product is working as per requirement specification

    Vivek Bansod
    January 08, 2016
    0