TestNG Tutorials 68 : Sharing Data Between Tests in a Suite Using ISuite & ITestContext
As a part of TestNG Tutorials, in this post we will see “How to share data or state among test in a suite?”. We have covered below topics as of now:- Sharing data between @Test annotated method using static variable concept Sharing data between @Test annotated method using ITestContext Let’s understand what actually I want…