Top "Testng-eclipse" questions

The TestNG Eclipse plug-in allows you to run your TestNG tests from Eclipse and easily monitor their execution and their output.

Unable to read repository at http://beust.com/eclipse

Eclipse for Testers Version: Indigo Release Build id: 20110615-0604 I try to install TestNG but below error appeared. " Unable to …

eclipse testng testng-eclipse
TestNG An internal error occurred during launching

I created a TestNG class (FirstTest.java) and when I run the test case as TestNG Test, I am getting …

java eclipse selenium-webdriver testng testng-eclipse
How to send out an Email notification in selenium webdriver using java

How to send out an Email notification in selenium webdriver using java, whenever some scenario is failed/passed in between ??

selenium-webdriver testng testng-eclipse
java.lang.NoSuchMethodError running TestNG Test in Eclipse

I am getting the Exception FAILED CONFIGURATION: @BeforeSuite arquillianBeforeSuite java.lang.NoSuchMethodError: org.jboss.remoting3.Endpoint.builder()Lorg/jboss/remoting3/…

java eclipse wildfly jboss-arquillian testng-eclipse
Error org.testng.TestNGException: Cannot inject @Test annotated Method main with class Ljava.lang.String;

I have created a testng.xml file to run a suite of my selenium webdriver test. From eclipse I can …

java testng testng-eclipse
"TestNG No tests found. Nothing was run" while executing automated tests using Selenium through TestNG

I want to know what exact software should I install before I run my automation project. Selenium web driver, selenium …

java selenium selenium-webdriver testng testng-eclipse
TestNG non static data provider method not working

I have a test class and test method. This depends on data provider method. The data provider method is in …

java testng testng-dataprovider testng-eclipse
How to extent Report in Jenkins?

I am using HTML publisher plugin in Jenkins, and also i'm using ExtentReport with Eclipse to generate reports. How to …

jenkins selenium-webdriver report automated-tests testng-eclipse