How to assign class level data in a TestNG unit test class

Unittest methods should not depend on each other in any way and therefor should not share any state!

Leave a Comment