Journal of Computer Sciences and Applications. 2025, 13(1), 37-40
DOI: 10.12691/jcsa-13-1-4
Open AccessArticle
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
This 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/. |
| |