Top "Testng" questions

TestNG is a testing framework focused on providing both unit and functional testing abilities in the Java programming language.

Possible to pass parameters to TestNG DataProvider?

We would like to run some of our tests each against a set of data values, verifying that the same …

testng data-driven-tests
Maven Compilation error [package org.testng.annotations does not exist]

I'm pretty new to maven and I want to run my test classes using maven. I have generated the testng.…

maven testng pom.xml
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
How to make Jenkins run Selenium WebDriver/TestNG/Java tests automatically on deploy and what has Maven to do with all this?

I've been researching this for a good few hours now, but I've only found pieces of the big picture. Everywhere …

maven selenium jenkins webdriver testng
How to execute one test from large TestNG suite using testng.xml?

I have a TestNG suite with large amount of methods. I execute this suite using wrapper built on top of …

java unit-testing testng
Selenium Web Test Automation Framework Best Practices

I would like to know your comments on best practices developing web test automation framework I basically read couple of …

testing selenium testng ui-automation qa
How to test Rest API which require authentication using Rest assured

I want to test a Rest API which require authentication, before getting the Json response. FOr exa. If i want …

java json rest testng rest-assured
TestNG not running tests in testing suite

I'm trying to run a testing suite using XML and TestNG, but I'm always getting the same message using both: …

java eclipse testng
JUnit 4 vs TestNG - Update 2013 - 2014

JUnit 4 and TestNG used to be comparable. What are the pros and cons of the two testing frameworks?

unit-testing junit testng
Can TestNG run multiple suites?

I am testing a web-ui using Selenium and TestNG. I have a test suite with many test classes in it. …

selenium testng