Journal of Computer Sciences and Applications
ISSN (Print): 2328-7268 ISSN (Online): 2328-725X Website: https://www.sciepub.com/journal/jcsa Editor-in-chief: Minhua Ma, Patricia Goncalves
Open Access
Journal Browser
Go
Journal of Computer Sciences and Applications. 2025, 13(1), 37-40
DOI: 10.12691/jcsa-13-1-4
Open AccessArticle

Concurrency Testing Using TestNG Framework

Jafar Inamdar1,

1Software Development and Test Engineer, Pittsburgh, USA

Pub. Date: October 22, 2025

Cite this paper:
Jafar Inamdar. Concurrency Testing Using TestNG Framework. Journal of Computer Sciences and Applications. 2025; 13(1):37-40. doi: 10.12691/jcsa-13-1-4

Abstract

This document explores the significance of parallel testing in identifying concurrency issues within APIs and proposes the utilization of TestNG framework to facilitate efficient parallel testing. Concurrency issues, often elusive and challenging to detect, can cause critical failures in API systems under high loads. Traditional sequential testing methods may fail to uncover these issues adequately. Parallel testing, when implemented effectively using TestNG, can significantly enhance the detection of concurrency-related defects in APIs.

Keywords:
Java TestNG Concurrency

Creative CommonsThis work is licensed under a Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/

References:

[1]  Cédric Beust and Hani Suleiman “Next Generation Java Testing: TestNG and Advanced Concepts”.
 
[2]  TestNG – Official Website. https://www.testng.org/.
 
[3]  Rest-assured – Official Website. https://www.rest-assured.io/.