TestNG Tutorials 67 : Sharing Data Among Test Methods in TestNG Using ITestContext
As a part of TestNG Tutorials, in this post we will see “How to share data or state among test methods in TestNG using ITestContext interface?”. In previous post, We have learnt sharing data among test methods using static variables. But this is not optimal. I see below problem in using static variable approach:- You…
Read More “TestNG Tutorials 67 : Sharing Data Among Test Methods in TestNG Using ITestContext” »