Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
testng-users
Conversations
About
testng-users
1–30 of 6404
Mark all as read
Report abusive group
0 selected
⇜Krishnan Mahadevan⇝
, …
Mark Derricutt
5
May 19
TestNG 7.6.0 released !!
I've already seen several dependabot changes pop up on various github repos I follow with failing
unread,
TestNG 7.6.0 released !!
I've already seen several dependabot changes pop up on various github repos I follow with failing
May 19
dbudim
,
⇜Krishnan Mahadevan⇝
2
May 12
TestNG 7.6
Dmitry, TestNG 7.6 should be released soon. Just trying to iron out some last minute defects so that
unread,
TestNG 7.6
Dmitry, TestNG 7.6 should be released soon. Just trying to iron out some last minute defects so that
May 12
Veena Devi
,
Krishnan Mahadevan
4
Apr 28
configfailurepolicy="continue" works only for @BeforeTest methods
Veena, Looks like there's already an issue filed on this https://github.com/cbeust/testng/issues/
unread,
configfailurepolicy="continue" works only for @BeforeTest methods
Veena, Looks like there's already an issue filed on this https://github.com/cbeust/testng/issues/
Apr 28
Suram Sridhar Reddy
,
⇜Krishnan Mahadevan⇝
4
Apr 27
Is there a way to add group names before executing a test?
Sridhar, I thought I already did https://groups.google.com/g/testng-users/c/tVjOXjWHzww/m/
unread,
Is there a way to add group names before executing a test?
Sridhar, I thought I already did https://groups.google.com/g/testng-users/c/tVjOXjWHzww/m/
Apr 27
Ramandeep Kaur
Apr 22
Appium Error: Failed to connect 30 times. Aborting. Appium flutter driver with java
I am getting this error while running my app, I have added enableFlutteDriverrExtension() in the
unread,
Appium Error: Failed to connect 30 times. Aborting. Appium flutter driver with java
I am getting this error while running my app, I have added enableFlutteDriverrExtension() in the
Apr 22
VanderRock s
,
⇜Krishnan Mahadevan⇝
6
Apr 13
How to find if the invocationCount attribute is set on @Test method
Please check if the below would help? Java import java.util.Arrays; import java.util.List; import
unread,
How to find if the invocationCount attribute is set on @Test method
Please check if the below would help? Java import java.util.Arrays; import java.util.List; import
Apr 13
Denish Makwana
,
⇜Krishnan Mahadevan⇝
2
Apr 13
When Multiple Group is included then BeforeMethod is running multiple times
What version of TestNG are you using? The latest released version of TestNG is 7.5 Please retry using
unread,
When Multiple Group is included then BeforeMethod is running multiple times
What version of TestNG are you using? The latest released version of TestNG is 7.5 Please retry using
Apr 13
VanderRock s
,
⇜Krishnan Mahadevan⇝
7
Apr 13
BeforeSuite in the child class does not execute
For me to suggest any alternative, it would be good if you could please help do the following: 1.
unread,
BeforeSuite in the child class does not execute
For me to suggest any alternative, it would be good if you could please help do the following: 1.
Apr 13
aiv colab
,
⇜Krishnan Mahadevan⇝
8
Apr 12
Get the test case name in the IInvoleListener
Okay. Thanks for letting me know. I'll just do this in the @BeforeMethod Thanks and regards,
unread,
Get the test case name in the IInvoleListener
Okay. Thanks for letting me know. I'll just do this in the @BeforeMethod Thanks and regards,
Apr 12
Satnam Singh
, …
⇜Krishnan Mahadevan⇝
6
Apr 10
Intellij |Create testng.xml | Class name
Oscar, You might want to close Intellij, delete intellij specific files ( *.iml, .idea directory ) ,
unread,
Intellij |Create testng.xml | Class name
Oscar, You might want to close Intellij, delete intellij specific files ( *.iml, .idea directory ) ,
Apr 10
Scott Shipp
,
⇜Krishnan Mahadevan⇝
3
Mar 23
My testng-results.xml is overwritten and only pop'd by the last test to execute
I can't confirm for sure, but I chalk this up to a bug in Maven's SureFire plugin. I have
unread,
My testng-results.xml is overwritten and only pop'd by the last test to execute
I can't confirm for sure, but I chalk this up to a bug in Maven's SureFire plugin. I have
Mar 23
Vigi Vijay
,
Krishnan Mahadevan
6
Mar 23
Test get Skipped when Testng.xml configured for suite
Awesome. Good to hear that you figured this out. Thanks & Regards Krishnan Mahadevan "All
unread,
Test get Skipped when Testng.xml configured for suite
Awesome. Good to hear that you figured this out. Thanks & Regards Krishnan Mahadevan "All
Mar 23
Arun Raj Subburaman
,
Krishnan Mahadevan
2
Mar 20
Can I make a dataprovider defaulted
Please explore how to use an annotation transformer by implementing IAnnotationTransformer interface.
unread,
Can I make a dataprovider defaulted
Please explore how to use an annotation transformer by implementing IAnnotationTransformer interface.
Mar 20
VanderRock s
, …
⇜Krishnan Mahadevan⇝
9
Mar 17
Using variables as testng parameter values
Shruti, Those are just warnings from TestNG when it detects a duplicate listener being wired in. This
unread,
Using variables as testng parameter values
Shruti, Those are just warnings from TestNG when it detects a duplicate listener being wired in. This
Mar 17
VanderRock s
,
⇜Krishnan Mahadevan⇝
2
Mar 16
Adding depends-on properties to @Test programmatically
You should take a look at IAnnotationTransformer. That should basically do what you are looking for.
unread,
Adding depends-on properties to @Test programmatically
You should take a look at IAnnotationTransformer. That should basically do what you are looking for.
Mar 16
mwaschkowski
, …
Shruti
14
Mar 15
how to stop a test suite if one method fails
Thank you! This helped me achieve what I need for establishing dependencies between tests! On
unread,
how to stop a test suite if one method fails
Thank you! This helped me achieve what I need for establishing dependencies between tests! On
Mar 15
VanderRock s
, …
Eric Angeli
7
Mar 15
Is there a way to send arguments to DataProviders
Thank you Krishnan, the code you provided helped me achieve what I was looking to do with Data
unread,
Is there a way to send arguments to DataProviders
Thank you Krishnan, the code you provided helped me achieve what I was looking to do with Data
Mar 15
Eyal
,
Eric Angeli
2
Mar 11
Automation InfraStructure with TestNG
You have to publish it as a library, aka a jar file, to some repo that can be accessed by the other
unread,
Automation InfraStructure with TestNG
You have to publish it as a library, aka a jar file, to some repo that can be accessed by the other
Mar 11
MCD dotCom
, …
Eric Angeli
4
Mar 11
How to invoke TestNG annotations from a different class
The Before/After annotations can also be inherited. So you could create a base class with the Before/
unread,
How to invoke TestNG annotations from a different class
The Before/After annotations can also be inherited. So you could create a base class with the Before/
Mar 11
MCD dotCom
,
Eric Angeli
2
Mar 11
How to pass the data from Test class to BeforeClass annotation
Are you sure before class is what you want? Before class is run once, before any test methods in the
unread,
How to pass the data from Test class to BeforeClass annotation
Are you sure before class is what you want? Before class is run once, before any test methods in the
Mar 11
Vigi Vijay
,
⇜Krishnan Mahadevan⇝
3
Mar 11
TestNg-7.5 and Beanshell inline arguments are not working
Thank you it worked. Thank you for the timely help. It worked with -Dgroup testing too. Thank you,
unread,
TestNg-7.5 and Beanshell inline arguments are not working
Thank you it worked. Thank you for the timely help. It worked with -Dgroup testing too. Thank you,
Mar 11
Vishala Nagaraj
,
Krishnan Mahadevan
6
Mar 11
unable to run zipped project from command line
testng Class is present in dependency-jars folder generated by assembly plugin On Friday, March 11,
unread,
unable to run zipped project from command line
testng Class is present in dependency-jars folder generated by assembly plugin On Friday, March 11,
Mar 11
Bharat Gupta
,
⇜Krishnan Mahadevan⇝
2
Mar 3
Problem in reporting Emailable report when running Parallel Test and Parallel Class at Test level
Can you please share a simple maven/gradle project that can be used to reproduce the problem? Please
unread,
Problem in reporting Emailable report when running Parallel Test and Parallel Class at Test level
Can you please share a simple maven/gradle project that can be used to reproduce the problem? Please
Mar 3
Shruti
,
⇜Krishnan Mahadevan⇝
3
Feb 27
Appium driver related question
Sure. Thanks Krishnan. On Saturday, February 26, 2022 at 9:12:15 PM UTC-8 Krishnan Mahadevan wrote:
unread,
Appium driver related question
Sure. Thanks Krishnan. On Saturday, February 26, 2022 at 9:12:15 PM UTC-8 Krishnan Mahadevan wrote:
Feb 27
MCD dotCom
,
Baubak
2
Feb 24
How to give test listeners path when listeners.java is in a separate package
Hi, This is not really a testng issue. Although objects in src/test/java can access src/main/java,
unread,
How to give test listeners path when listeners.java is in a separate package
Hi, This is not really a testng issue. Although objects in src/test/java can access src/main/java,
Feb 24
MCD dotCom
,
Baubak
4
Feb 22
Question about maven/testNG project folder structure
orry. I meant src/main/java On Tuesday, February 22, 2022 at 6:39:50 PM UTC+1 mycheap...@gmail.com
unread,
Question about maven/testNG project folder structure
orry. I meant src/main/java On Tuesday, February 22, 2022 at 6:39:50 PM UTC+1 mycheap...@gmail.com
Feb 22
Vibha Parmaj
Feb 17
Unable to install TestNG plug-in in Eclipse IDE
Hi, I was trying to install TestNG plug-in in Eclipse IDE for Enterprise Version, I get the error as
unread,
Unable to install TestNG plug-in in Eclipse IDE
Hi, I was trying to install TestNG plug-in in Eclipse IDE for Enterprise Version, I get the error as
Feb 17
MCD dotCom
,
⇜Krishnan Mahadevan⇝
3
Feb 13
How to get the class name using @BeforeClass annotation
Thank you! It helped. On Thursday, February 10, 2022 at 12:41:12 AM UTC-5 Krishnan Mahadevan wrote:
unread,
How to get the class name using @BeforeClass annotation
Thank you! It helped. On Thursday, February 10, 2022 at 12:41:12 AM UTC-5 Krishnan Mahadevan wrote:
Feb 13
Baubak
,
⇜Krishnan Mahadevan⇝
2
Feb 8
Phased Testing : A new TestNG Plugin
Baubak, Thank you for the kind words :) Just trying to be a responsible community member and sharing
unread,
Phased Testing : A new TestNG Plugin
Baubak, Thank you for the kind words :) Just trying to be a responsible community member and sharing
Feb 8
Ashish S
,
⇜Krishnan Mahadevan⇝
2
Feb 7
Custom field in JUnit and TestNG Report
Ashish, What you are asking for is only available partially in TestNG. TestNG has an attribute on the
unread,
Custom field in JUnit and TestNG Report
Ashish, What you are asking for is only available partially in TestNG. TestNG has an attribute on the
Feb 7