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

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -