Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
testng-users
Conversations
About
testng-users
1–30 of 6481
Mark all as read
Report abusive group
0 selected
reem...@gmail.com
,
Krishnan Mahadevan
2
8:46 AM
TestNG emailable report not generated
Can you please share a sample project that can be used to reproduce the problem? Thanks & Regards
unread,
TestNG emailable report not generated
Can you please share a sample project that can be used to reproduce the problem? Thanks & Regards
8:46 AM
walaa jumah
,
⇜Krishnan Mahadevan⇝
4
Sep 19
parallel testing in TestNG
There's still not much context that you have shared. We don't have visibility into what the
unread,
parallel testing in TestNG
There's still not much context that you have shared. We don't have visibility into what the
Sep 19
Rich MacDonald
,
Krishnan Mahadevan
3
Sep 7
Using groups excludes tests that do not declare groups
That is a nice solution. Thank you. On Thursday, September 7, 2023 at 4:04:00 AM UTC-5 Krishnan
unread,
Using groups excludes tests that do not declare groups
That is a nice solution. Thank you. On Thursday, September 7, 2023 at 4:04:00 AM UTC-5 Krishnan
Sep 7
Nikodaemus
, …
Aliasger Kiranawala
5
Sep 7
TestNG Eclipse plugin v7.8 issue: UnsupportedClassVersionError (compiled at class version 55 [Java 11])
One solution which worked for me is : Right click on project > Build Path > Configure >
unread,
TestNG Eclipse plugin v7.8 issue: UnsupportedClassVersionError (compiled at class version 55 [Java 11])
One solution which worked for me is : Right click on project > Build Path > Configure >
Sep 7
KE M
,
⇜Krishnan Mahadevan⇝
2
Sep 3
Is it possible to change folder of testng-failed.xml generated by FailedReporter
All TestNG reports are generated in the folder "test-results" (or) as specified via the
unread,
Is it possible to change folder of testng-failed.xml generated by FailedReporter
All TestNG reports are generated in the folder "test-results" (or) as specified via the
Sep 3
Baba
,
Krishnan Mahadevan
2
Aug 31
Is pCloudy supporting TestNG ? anyone tried?
My understanding was that Pcloudy is supposed to be a remote execution environment for your mobile
unread,
Is pCloudy supporting TestNG ? anyone tried?
My understanding was that Pcloudy is supposed to be a remote execution environment for your mobile
Aug 31
Abhay
, …
karun mehta
3
Jul 26
onTestSkipped and onTestFailure both are getting called
you may want to run the test with all pass first and see if the skip method is called successfully
unread,
onTestSkipped and onTestFailure both are getting called
you may want to run the test with all pass first and see if the skip method is called successfully
Jul 26
liqiao huang
,
⇜Krishnan Mahadevan⇝
3
Jul 24
Does TestNG IDEA plugin have exported API for custom purpose?
Thank you for a quick reply, I will post it to jetbrains. 在2023年7月24日星期一 UTC+8 19:19:45<Krishnan
unread,
Does TestNG IDEA plugin have exported API for custom purpose?
Thank you for a quick reply, I will post it to jetbrains. 在2023年7月24日星期一 UTC+8 19:19:45<Krishnan
Jul 24
Nithin Gopalakrishnan
,
⇜Krishnan Mahadevan⇝
3
Jul 21
Data provider inconsistency when applying retry testng 7.8
Thanks Krishnan Mahadevan. On Wednesday, July 19, 2023 at 7:14:15 PM UTC+12 Krishnan Mahadevan wrote:
unread,
Data provider inconsistency when applying retry testng 7.8
Thanks Krishnan Mahadevan. On Wednesday, July 19, 2023 at 7:14:15 PM UTC+12 Krishnan Mahadevan wrote:
Jul 21
Hari Daggubati
,
⇜Krishnan Mahadevan⇝
4
Jul 21
class file has wrong version 55.0, should be 52.0
Hari, No, I don't think that's what is happening here. The error clearly states that IntelliJ
unread,
class file has wrong version 55.0, should be 52.0
Hari, No, I don't think that's what is happening here. The error clearly states that IntelliJ
Jul 21
Nithin Gopalakrishnan
,
⇜Krishnan Mahadevan⇝
3
Jul 18
Testng without xml file
Thanks Krishnan Mahadevan, that resolves my issue. On Tuesday, July 18, 2023 at 3:04:48 PM UTC+12
unread,
Testng without xml file
Thanks Krishnan Mahadevan, that resolves my issue. On Tuesday, July 18, 2023 at 3:04:48 PM UTC+12
Jul 18
Bruce Ritter
,
⇜Krishnan Mahadevan⇝
2
Jul 11
Getting outputdir set on the commandline from inside the program
Bruce, Can you please help share a sample project that can be run to reproduce the problem that you
unread,
Getting outputdir set on the commandline from inside the program
Bruce, Can you please help share a sample project that can be run to reproduce the problem that you
Jul 11
Aleksei Kolesnikov
,
⇜Krishnan Mahadevan⇝
4
Jun 27
Unclear usage of IMethodSelector.setTestMethods method
Issue created https://github.com/testng-team/testng/issues/2927 вторник, 27 июня 2023 г. в 14:11:54
unread,
Unclear usage of IMethodSelector.setTestMethods method
Issue created https://github.com/testng-team/testng/issues/2927 вторник, 27 июня 2023 г. в 14:11:54
Jun 27
Aliasger Kiranawala
,
⇜Krishnan Mahadevan⇝
6
Jun 16
Class not found while using Testng 7.8 and Java 17
Hey Krishnan, We can close this, it was due to apache poi lib version which was conflicting with
unread,
Class not found while using Testng 7.8 and Java 17
Hey Krishnan, We can close this, it was due to apache poi lib version which was conflicting with
Jun 16
Seraph Varghese
, …
⇜Krishnan Mahadevan⇝
5
Jun 16
How to use remote testNg
Have you tried exploring if you can use the Selenium Grid for this ? The Grid was built for remote
unread,
How to use remote testNg
Have you tried exploring if you can use the Selenium Grid for this ? The Grid was built for remote
Jun 16
sayanta Bera
,
⇜Krishnan Mahadevan⇝
7
Jun 9
How To Run one @dataprovider against multiple @test methods
Thank you :) for all the inputs. Finally able to achieve what I wanted to do. Regards, Sayanta On
unread,
How To Run one @dataprovider against multiple @test methods
Thank you :) for all the inputs. Finally able to achieve what I wanted to do. Regards, Sayanta On
Jun 9
Arthur Khasanov
,
⇜Krishnan Mahadevan⇝
7
Jun 8
Listener declared in testng.xml under <listeners> tag doesn't work
Hmm, but I spoke with frameworks' author and he said that this is TestNG issue :) Ok, I'll
unread,
Listener declared in testng.xml under <listeners> tag doesn't work
Hmm, but I spoke with frameworks' author and he said that this is TestNG issue :) Ok, I'll
Jun 8
shay frid
, …
Grigoriy Frank
8
Jun 8
suite file with parallel tests - exclude specific methods from running in parallel
Hi. Try to organize your tests like this: чт, 8 июн. 2023 г. в 19:51, ⇜Krishnan Mahadevan⇝ <
unread,
suite file with parallel tests - exclude specific methods from running in parallel
Hi. Try to organize your tests like this: чт, 8 июн. 2023 г. в 19:51, ⇜Krishnan Mahadevan⇝ <
Jun 8
Bojan S
,
⇜Krishnan Mahadevan⇝
4
May 24
Generate testng-results.xml per test suite
Hi Krishnan, Thank you! New version is released with suggested changes, tried it, works like a charm!
unread,
Generate testng-results.xml per test suite
Hi Krishnan, Thank you! New version is released with suggested changes, tried it, works like a charm!
May 24
Velpula Ramu
,
⇜Krishnan Mahadevan⇝
2
May 22
Test body missing
Please raise this with the allure dev folks. We would like to confine this forum to only TestNG
unread,
Test body missing
Please raise this with the allure dev folks. We would like to confine this forum to only TestNG
May 22
Javier Ortiz Bultron
,
Krishnan Mahadevan
2
May 20
Is there a way to add test to a suite via code?
Please take a look at IAlterSuiteListener interface. That should help you add tests to the XmlSuite
unread,
Is there a way to add test to a suite via code?
Please take a look at IAlterSuiteListener interface. That should help you add tests to the XmlSuite
May 20
⇜Krishnan Mahadevan⇝
May 19
TestNG 7.8.0 released !!
Hello everyone, On behalf of the TestNG Dev team,I am pleased to announce the availability of TestNG
unread,
TestNG 7.8.0 released !!
Hello everyone, On behalf of the TestNG Dev team,I am pleased to announce the availability of TestNG
May 19
Kasun Herath
, …
⇜Krishnan Mahadevan⇝
6
May 16
SoftAssert.Assertall(); provides invalid results to listener class
This is what I exactly wanted to understand , Thank you for the detailed response Krishnan! Regards
unread,
SoftAssert.Assertall(); provides invalid results to listener class
This is what I exactly wanted to understand , Thank you for the detailed response Krishnan! Regards
May 16
Kasun Herath
,
⇜Krishnan Mahadevan⇝
6
May 12
How to refer to the Webdriver object in selenium without making it static to take screenshot through Testng listeners
Hello Everyone , Requesting support for below issue which is relating to my previous questions raised
unread,
How to refer to the Webdriver object in selenium without making it static to take screenshot through Testng listeners
Hello Everyone , Requesting support for below issue which is relating to my previous questions raised
May 12
⇜Krishnan Mahadevan⇝
May 7
[TestNG 7.8.0] [ Release Candidate ] - Seeking early feedback
Folks, The TestNG repository now has a new home. GitHub URL: https://github.com/testng-team/testng
unread,
[TestNG 7.8.0] [ Release Candidate ] - Seeking early feedback
Folks, The TestNG repository now has a new home. GitHub URL: https://github.com/testng-team/testng
May 7
Krishnan Mahadevan
Apr 26
TestNG 7.5.1 - Released [ Contains fix for vulnerability issue ]
Folks, Since many of us are still on JDK8, but would still like to get the fix for the vulnerability
unread,
TestNG 7.5.1 - Released [ Contains fix for vulnerability issue ]
Folks, Since many of us are still on JDK8, but would still like to get the fix for the vulnerability
Apr 26
Ankur Kumar
,
Anish Gupta
3
Apr 24
Error while running TestNG
Hi All, Windows team analysed the issue and found that 1)the port that TestNG is trying to use is not
unread,
Error while running TestNG
Hi All, Windows team analysed the issue and found that 1)the port that TestNG is trying to use is not
Apr 24
Dominic Roy Arokiaraj
,
⇜Krishnan Mahadevan⇝
3
Apr 14
TestNG emailable report not generated for all the class
Hi Krishnan, I ran the code in eclipse again. It is working fine and the report was generated for all
unread,
TestNG emailable report not generated for all the class
Hi Krishnan, I ran the code in eclipse again. It is working fine and the report was generated for all
Apr 14
Test Account
, …
Vamshee Chowdhary
5
Apr 9
Is it safe to use TestNG that has vulnerabilities?
Hello Madhura, You can also exclude the dependency that has vulnerabilities, you can do this in both
unread,
Is it safe to use TestNG that has vulnerabilities?
Hello Madhura, You can also exclude the dependency that has vulnerabilities, you can do this in both
Apr 9
Anish Gupta
,
⇜Krishnan Mahadevan⇝
4
Apr 3
Testng stops
Anish, Like I mentioned earlier, please share additional context [ What does your code look like, how
unread,
Testng stops
Anish, Like I mentioned earlier, please share additional context [ What does your code look like, how
Apr 3