159k views
1 vote
Integration testing of object-oriented software can be accomplished by which of the following testing strategies?

1) Cluster testing.
2) Glass-box testing.
3) Thread-based testing.
4) Use-based testing.
5) a, c and d.

User Davon
by
9.0k points

1 Answer

6 votes

Final answer:

Integration testing of object-oriented software can be accomplished by cluster testing, thread-based testing, and use-based testing.

Step-by-step explanation:

Integration testing of object-oriented software can be accomplished by several testing strategies, including:

  1. Cluster testing: This strategy focuses on testing groups of related objects together to ensure that they work correctly as a unit.
  2. Thread-based testing: This strategy involves testing the interactions and concurrency of multiple threads in the software.
  3. Use-based testing: This strategy tests the software based on how it is intended to be used by end-users, to ensure that it meets their requirements and expectations.

Therefore, the correct answer is option 5) a, c and d.

User Anand S Kumar
by
8.0k points