About 3,740,000 results
Open links in new tab
  1. TestNG option not showing in RunAs option in Eclipse

    Jul 13, 2015 · After you have installed TestNG eclipse plugin, you need to create a TestNG run configuration. From the menu bar select: Run > Run Configurations. Select 'TestNG' from the list and …

  2. TestNG ERROR Cannot find class in classpath - Stack Overflow

    Sep 30, 2011 · I'm trying to run testng via command line and I have following things in classpath: testng jar, jar of compiled test case file, and other required jars. testng.xml points to appropriate class in the

  3. java - How to run TestNG from command line - Stack Overflow

    Aug 10, 2012 · How exactly do I run a .java TestNG project from a command line? I have read through the TestNG documentation, and tried the following to no avail: C:\\projectfred> java …

  4. JNI error has occurred. Please check your installation

    May 8, 2015 · As Akanksha Singh mentioned, we should add the same version of TestNG dependency in a POM.xml file. Check the version of TestNG installed: Help > Install New Software > Already …

  5. Unable to install TestNG in eclipse using eclipse Market place or ...

    I'm unable to install TestNG in my eclipse. I tried from eclipse marketplace which gave the following error: "The following solutions are not available: TestNG for eclipse Proceed with the installa...

  6. Maven Compilation error [package org.testng ... - Stack Overflow

    I'm pretty new to maven and I want to run my test classes using maven. I have generated the testng.xml and I have created the POM.xml file also. But when you run the mvn install, it generates this ...

  7. TestNG: "No tests were found" when running tests via testng

    Oct 5, 2018 · TestNG: "No tests were found" when running tests via testng Asked 7 years, 2 months ago Modified 6 years, 7 months ago Viewed 13k times

  8. Error while executing the testNG.xml file - Stack Overflow

    I am getting the error below while executing the Java testNG.xml file in Eclipse:

  9. TestNG not running tests in testing suite - Stack Overflow

    Jan 17, 2017 · Apparently, TestNG is wrong regarding generating the XML file for the testing suite. Even though following their instructions to the letter, my tests were not running.

  10. How to execute one test from large TestNG suite using testng.xml?

    32 I have a TestNG suite with large amount of methods. I execute this suite using wrapper built on top of TestNG runner. All tests in the suite fail except one. What should I write in testng.xml to execute just …