TestNG option not showing in RunAs option in Eclipse -
i using maven project in eclipse ide , added testng dependency as:
<dependency> <groupid>org.testng</groupid> <artifactid>testng</artifactid> <version>6.8.8</version> <scope>test</scope> </dependency> but unable see testng option when right click on testclass
that dependency alone hardly enough. need install testng eclipse plugin able use describe.
Comments
Post a Comment