Basically i want to run a test which will set certain value for a variable which i am going to use in another test(dependent). But the first method has DataProvider for over 30 iterations. I do not want to run it 30 times but only very first time.
Is it possible that i can terminate execution of the first method just after first iteration. Not sure but i believe Test Listeners can handle this but don't know how. Anyone having any idea , please share your thoughts.
Thanks