What is Thread Testing?

| | 1 min read

It is a testing technique which is performed at the early stage of integration testing phase to verify the key functional capabilities of a specific task. This technique is very useful for client server architecture.

Thread testing through the Server, Network and Integrated client is critical in nature. Two types of Thread testing are there, Single thread testing and Multi thread testing.

  • one application transaction at a time which is called single thread testing.
  • several concurrently active transactions at a time is called multi-thread testing.
  •