valeriM1

Results 1 comments of valeriM1

I'm running TestNG programmatically as Java application and not via TestNg plugin. ``` package tests.testCases; import java.util.ArrayList; import org.testng.TestNG; import org.testng.xml.XmlClass; import org.testng.xml.XmlSuite; import org.testng.xml.XmlTest; public class test { public...