Thread-based testing belongs to integration testing in OO context - Software Process Improvement

Q.  Which one of these belongs to integration testing in the OO context?
- Published on 22 Jul 15

a. Unit testing
b. Regression testing
c. Sandwich testing
d. Thread-based testing

ANSWER: Thread-based testing
 

    Discussion

  • Nirja Shah   -Posted on 27 Oct 15
    - The smallest unit of work that a system can execute is a thread.

    Thread testing
    - It is a software testing technique used during early integration testing phase to verify the key functional capabilities that carry out specific task.

    - These techniques are very helpful if an application is of type that uses client server architecture.

    - Performing Thread testing on valid business transaction through the integrated client, server and network is very critical.

    - Threads are integrated and tested incrementally as subsystems and then performed as a whole system.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)