Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
testng-dev
Conversations
About
testng-dev
Contact owners and managers
1–30 of 677
Mark all as read
Report group
0 selected
Александр Матюшенко
,
Krishnan Mahadevan
6
Nov 9
TestNG initializes data of other classes before running one test
What if you did something like below? * Create a base class which all your tests extend from. * Add
unread,
TestNG initializes data of other classes before running one test
What if you did something like below? * Create a base class which all your tests extend from. * Add
Nov 9
Prabhudatta Behera
,
Krishnan Mahadevan
2
Sep 20
Help Needed: TestNG Class Not Found & Resource Not Found Errors During Dynamic Test Selection
Is there some additional context that you can share ? * TestNG version that you are using * A sample
unread,
Help Needed: TestNG Class Not Found & Resource Not Found Errors During Dynamic Test Selection
Is there some additional context that you can share ? * TestNG version that you are using * A sample
Sep 20
Lee Rhodes
,
Julien Herr
2
Feb 7
Eclipse install site for TestNG 7.4 is corrupted
Hi, Thanks for the warning. I'm sad to read some devs are still blocked with Java8 but the team
unread,
Eclipse install site for TestNG 7.4 is corrupted
Hi, Thanks for the warning. I'm sad to read some devs are still blocked with Java8 but the team
Feb 7
Максим Семисенко (7isenko)
, …
Julien Herr
3
10/22/23
Java virtual threads
Hello, TestNG supports the 2 last LTS. As JDK21 was just released weeks ago, the support of JDK <
unread,
Java virtual threads
Hello, TestNG supports the 2 last LTS. As JDK21 was just released weeks ago, the support of JDK <
10/22/23
Ben Douglas
,
Krishnan Mahadevan
2
9/17/23
Dataprovider multi-threading issue
Ben, I will take a look at this and come back with the next set of steps. I am personally at fault on
unread,
Dataprovider multi-threading issue
Ben, I will take a look at this and come back with the next set of steps. I am personally at fault on
9/17/23
Prakash Kannan
,
⇜Krishnan Mahadevan⇝
4
6/16/23
Issue in ITestcontext.getAllTestMethods() with annotation @BeforeSuite
Thank you, Krishnan for the information and suggestion. I will use @BeforeTest Fyi - I tried with @
unread,
Issue in ITestcontext.getAllTestMethods() with annotation @BeforeSuite
Thank you, Krishnan for the information and suggestion. I will use @BeforeTest Fyi - I tried with @
6/16/23
Javier Ortiz Bultron
,
⇜Krishnan Mahadevan⇝
2
6/12/23
DataProvider not ran if class annotated @Test at class level
Javier, I have added a comment to the issue asking for more information. While you create a sample
unread,
DataProvider not ran if class annotated @Test at class level
Javier, I have added a comment to the issue asking for more information. While you create a sample
6/12/23
Steven Jubb
,
krishnan.ma...@gmail.com
2
10/14/22
TestNG Website: JavaDoc Link Invalid / Unavailable
Steven, Raised a PR to fix this : https://github.com/testng-team/testng-team.github.io/pull/42 On
unread,
TestNG Website: JavaDoc Link Invalid / Unavailable
Steven, Raised a PR to fix this : https://github.com/testng-team/testng-team.github.io/pull/42 On
10/14/22
Boris Karpov
,
⇜Krishnan Mahadevan⇝
2
11/28/21
@AfterGroups configuration method starts before the last test in parallel finished rerun
I have logged a defect to track this. Github issue: https://github.com/cbeust/testng/issues/2684 This
unread,
@AfterGroups configuration method starts before the last test in parallel finished rerun
I have logged a defect to track this. Github issue: https://github.com/cbeust/testng/issues/2684 This
11/28/21
Pavao Lukušić
,
⇜Krishnan Mahadevan⇝
2
5/28/21
Pass parameter variables from bean.xml to TestNG as a list
Are these parameters intended to be used by test methods or configurations ? If they are test methods
unread,
Pass parameter variables from bean.xml to TestNG as a list
Are these parameters intended to be used by test methods or configurations ? If they are test methods
5/28/21
chenna kesava
,
⇜Krishnan Mahadevan⇝
4
5/5/21
Can we Pass an Object Or Map as arguments for the @test method while using dataprovider annotation.
Please do the following: 1. Build a POJO class that represents 1 row of data in your excel sheet. 2.
unread,
Can we Pass an Object Or Map as arguments for the @test method while using dataprovider annotation.
Please do the following: 1. Build a POJO class that represents 1 row of data in your excel sheet. 2.
5/5/21
chenna kesava
,
⇜Krishnan Mahadevan⇝
2
5/5/21
Is there a way to get the class variables into the testNG before method of super class
Please share sample that can help us understand what is your question? Also what happens when you try
unread,
Is there a way to get the class variables into the testNG before method of super class
Please share sample that can help us understand what is your question? Also what happens when you try
5/5/21
Rii Rii
,
⇜Krishnan Mahadevan⇝
9
4/9/21
TestNG Errors - Running TestNG via Command Line
Thank you for this, I will educate myself on the maven stuff that you provided, I don't have
unread,
TestNG Errors - Running TestNG via Command Line
Thank you for this, I will educate myself on the maven stuff that you provided, I don't have
4/9/21
Arjun Biswas
,
Julien Herr
2
2/10/21
BUILD TESTNG FROM SOURCE
Hi, Can I ask why do you want to do that? If I'm right, bsh is soft dependency. So, just remove
unread,
BUILD TESTNG FROM SOURCE
Hi, Can I ask why do you want to do that? If I'm right, bsh is soft dependency. So, just remove
2/10/21
Taylan Derinbay
,
⇜Krishnan Mahadevan⇝
3
7/3/20
Report issue for groups and disabled tests
Thank you, I'm using the last version (7.1) and this is an allure reporting plugin issue I guess.
unread,
Report issue for groups and disabled tests
Thank you, I'm using the last version (7.1) and this is an allure reporting plugin issue I guess.
7/3/20
jalaj61
,
Julien Herr
4
5/21/20
ArrayIndexOutOfBoundsException while running the test cases using testng and jmockit, please sugest
As this issue is still open as per the link - https://github.com/jmockit/jmockit1/issues/637 I
unread,
ArrayIndexOutOfBoundsException while running the test cases using testng and jmockit, please sugest
As this issue is still open as per the link - https://github.com/jmockit/jmockit1/issues/637 I
5/21/20
Scott Babcock
, …
Krishnan Mahadevan
4
5/9/20
Opened pull request to re-enable instantiation of reporters with specified parameters
Julien, Thanks for calling that out. Yes, now I realize that the PR was attempting at fixing the
unread,
Opened pull request to re-enable instantiation of reporters with specified parameters
Julien, Thanks for calling that out. Yes, now I realize that the PR was attempting at fixing the
5/9/20
jalaj61
,
Julien Herr
2
5/8/20
I am trying to run the testng test with JRE11, and getting the following error -
Hi, TestNG doesn't use IORHelper but JMockit uses it: https://github.com/jmockit/jmockit1/commit/
unread,
I am trying to run the testng test with JRE11, and getting the following error -
Hi, TestNG doesn't use IORHelper but JMockit uses it: https://github.com/jmockit/jmockit1/commit/
5/8/20
Alok Singh
5/6/20
SONAR VULNERABILITIES : CVSS rating of 6.1 org.testng : testng : 7.1.0 for jquery version 3.4.1
There is a new vulnerability found in last month for versions before and equal to 3.4.1 with CVSS
unread,
SONAR VULNERABILITIES : CVSS rating of 6.1 org.testng : testng : 7.1.0 for jquery version 3.4.1
There is a new vulnerability found in last month for versions before and equal to 3.4.1 with CVSS
5/6/20
Abhijit Kumar
4/2/20
Unable to install TESTNG for eclipse IDE 03-2020
Try to install TESTNG for eclipse in the following ways. 1.Help> Install new software > Add the
unread,
Unable to install TESTNG for eclipse IDE 03-2020
Try to install TESTNG for eclipse in the following ways. 1.Help> Install new software > Add the
4/2/20
S Sachs
, …
Julien Herr
4
1/14/20
TestNG 7.0.1 java.lang.ClassNotFoundException: com.google.inject.Stage
I tried, but I only see "Directory listing forbidden" On Tuesday, January 14, 2020 at 3:30:
unread,
TestNG 7.0.1 java.lang.ClassNotFoundException: com.google.inject.Stage
I tried, but I only see "Directory listing forbidden" On Tuesday, January 14, 2020 at 3:30:
1/14/20
Nisarg Dave
,
⇜Krishnan Mahadevan⇝
3
12/26/19
Get test class name from which data provider method is called in TestNG
Hey Krishnan, You know, you are awesome ? Please do know that you have helped me to solve an issue in
unread,
Get test class name from which data provider method is called in TestNG
Hey Krishnan, You know, you are awesome ? Please do know that you have helped me to solve an issue in
12/26/19
Eric Liu
,
Eric
2
10/29/19
What determines the order in which dataProvider values are read?
You have no control over the order of the runs. It is not even guaranteed to run in the same order
unread,
What determines the order in which dataProvider values are read?
You have no control over the order of the runs. It is not even guaranteed to run in the same order
10/29/19
Eric Liu
, …
⇜Krishnan Mahadevan⇝
7
10/23/19
How can I get testNG to run tests sequentially before repeating?
Eric, I think you got it wrong. The 3 <test> tags in https://testng.org/doc/documentation-main.
unread,
How can I get testNG to run tests sequentially before repeating?
Eric, I think you got it wrong. The 3 <test> tags in https://testng.org/doc/documentation-main.
10/23/19
Mohit Gupta
9/23/19
Please update TestNG Plugin URL.
Hi Team, Please update TestNG Plugin URL. http://beust.com/eclipse instead of https://beust.com/
unread,
Please update TestNG Plugin URL.
Hi Team, Please update TestNG Plugin URL. http://beust.com/eclipse instead of https://beust.com/
9/23/19
Bhagyasri Srinivas
,
Krishnan Mahadevan
2
9/22/19
Unexpected behavior in parallel execution of classes when testng contains packages
Bhagyasri, Couple of things. Latest released version of TestNG is 7.0.0. How is the threadpool of
unread,
Unexpected behavior in parallel execution of classes when testng contains packages
Bhagyasri, Couple of things. Latest released version of TestNG is 7.0.0. How is the threadpool of
9/22/19
Jmeter Tea
9/22/19
Serialization Protocol option usage
In Eclipse on Run Configuration of TestNG test I have Serialization Protocol option Serialization
unread,
Serialization Protocol option usage
In Eclipse on Run Configuration of TestNG test I have Serialization Protocol option Serialization
9/22/19
Gaurav Deshmukh
9/12/19
SONAR VULNERABILITIES : SONATYPE-2019-0115 org.testng : testng : 7.0.0 for jquery version
Explanation The jquery package is vulnerable to Prototype Pollution. The jQuery.extend and jQuery.fn.
unread,
SONAR VULNERABILITIES : SONATYPE-2019-0115 org.testng : testng : 7.0.0 for jquery version
Explanation The jquery package is vulnerable to Prototype Pollution. The jQuery.extend and jQuery.fn.
9/12/19
Sarah Faller
,
Julien Herr
3
7/18/19
repo for arquillian-testng-standalone
Awesome thank you so much! Really appreciate it. Hope you have a great day. On Thursday, July 18,
unread,
repo for arquillian-testng-standalone
Awesome thank you so much! Really appreciate it. Hope you have a great day. On Thursday, July 18,
7/18/19
Kuricheti venkata ramesh babu
,
⇜Krishnan Mahadevan⇝
2
5/6/19
@Test at Class Level
With whatever you have provided its hard to say. Can you please share a screenshot of the Run
unread,
@Test at Class Level
With whatever you have provided its hard to say. Can you please share a screenshot of the Run
5/6/19