Groups
Conversations
All groups and messages
Report Google Groups Bug
Help
Account
Search
Maps
YouTube
Play
News
Gmail
Meet
Contacts
Drive
Calendar
Translate
Photos
Duo
Chrome
Shopping
Finance
Docs
Sheets
Slides
Books
Blogger
Hangouts
Keep
Jamboard
Earth
Collections
Arts and Culture
Google Ads
Podcasts
Stadia
More from Google
Sign in
Groups
testng-users
Conversations
About
testng-users
1–30 of 6284
Mark all as read
Report abusive group
0 selected
Asma Jabir
, …
travis.n...@gmail.com
3
Jan 12
Usage of @BeforeGroups/@AfterGroups functions
According to document: doAfterGroupsG1 is warranted for running after the last method of group 1:
unread,
Usage of @BeforeGroups/@AfterGroups functions
According to document: doAfterGroupsG1 is warranted for running after the last method of group 1:
Jan 12
Deepak Gopal
, …
⇜Krishnan Mahadevan⇝
3
Jan 11
TestNg not creating HTML reports in test-output
When you run tests via maven, you should be looking for the TestNG reports in target/surefire-reports
unread,
TestNg not creating HTML reports in test-output
When you run tests via maven, you should be looking for the TestNG reports in target/surefire-reports
Jan 11
Sindhu Anand
,
⇜Krishnan Mahadevan⇝
2
12/18/20
Testng-results.xml, "ignored" count
There's no special computation for ignored methods. This represents the methods that were
unread,
Testng-results.xml, "ignored" count
There's no special computation for ignored methods. This represents the methods that were
12/18/20
Evan
12/2/20
Test Attributes not being set
I am having trouble figuring out how I get test attributes to be generated when running tests in a
unread,
Test Attributes not being set
I am having trouble figuring out how I get test attributes to be generated when running tests in a
12/2/20
Jacek Centkowski
11/26/20
parent-module configure() method called multiple times
Hi, I have discovered that 7.3.0 deviates substantially in this aspect from 6.14.3 and created PR#
unread,
parent-module configure() method called multiple times
Hi, I have discovered that 7.3.0 deviates substantially in this aspect from 6.14.3 and created PR#
11/26/20
Oliver Czerman
,
⇜Krishnan Mahadevan⇝
3
11/25/20
getFactoryMethodParamsInfo() on ConfigurationMethod does not work
Hi Krishnan Mahadevan, Thanks, I created this issue: https://github.com/cbeust/testng/issues/2426
unread,
getFactoryMethodParamsInfo() on ConfigurationMethod does not work
Hi Krishnan Mahadevan, Thanks, I created this issue: https://github.com/cbeust/testng/issues/2426
11/25/20
Shubham Gupta
,
⇜Krishnan Mahadevan⇝
7
11/20/20
Ordering issues in testng listeners
Ok, I went through the blog you wrote for the same thing but it was quite difficult to understand for
unread,
Ordering issues in testng listeners
Ok, I went through the blog you wrote for the same thing but it was quite difficult to understand for
11/20/20
Idan Shay
11/12/20
add html tag/new line in Jenkins plugin report
Hi, I am running testng using Jenkins I want that in case of failure to add html tag to the message
unread,
add html tag/new line in Jenkins plugin report
Hi, I am running testng using Jenkins I want that in case of failure to add html tag to the message
11/12/20
Aditya Das
, …
Aliasger Kiranawala
4
11/6/20
Parallel test blocks, except one
Thanks a lot, I tried your IAlterSuiteListener way, even though it is a bit complicated and doing the
unread,
Parallel test blocks, except one
Thanks a lot, I tried your IAlterSuiteListener way, even though it is a bit complicated and doing the
11/6/20
garvita girotra
,
Nisarg Dave
3
11/4/20
Understanding parallel=instances functionality
I tried it with factory annotation and it worked. Thank you !! On Monday, 2 November 2020 20:58:47
unread,
Understanding parallel=instances functionality
I tried it with factory annotation and it worked. Thank you !! On Monday, 2 November 2020 20:58:47
11/4/20
Raju Pgl
,
⇜Krishnan Mahadevan⇝
2
11/3/20
skip dependent tests in rerun
That is not possible. TestNG AFAIK, will try to fulfil the upstream dependencies before running
unread,
skip dependent tests in rerun
That is not possible. TestNG AFAIK, will try to fulfil the upstream dependencies before running
11/3/20
Nisarg Dave
, …
⇜Krishnan Mahadevan⇝
19
11/3/20
dependsOnMethods & priority for maintaining Order of execution
Hmm. I see. Thanks Krishnan for your time and assistance. Regards, Nisarg ----------------------- On
unread,
dependsOnMethods & priority for maintaining Order of execution
Hmm. I see. Thanks Krishnan for your time and assistance. Regards, Nisarg ----------------------- On
11/3/20
Kumar Shubham
,
⇜Krishnan Mahadevan⇝
3
11/2/20
Get TestNG version from a testng listener
Something like this ? String version = org.testng.internal.Version.getVersionString(); System.err.
unread,
Get TestNG version from a testng listener
Something like this ? String version = org.testng.internal.Version.getVersionString(); System.err.
11/2/20
Venkatesh Singh
2
10/23/20
running testng suites in parallel
testng.setSuiteThreadPoolSize(2); does the Job. Thanks. On Friday, 23 October 2020 at 16:59:33 UTC+5:
unread,
running testng suites in parallel
testng.setSuiteThreadPoolSize(2); does the Job. Thanks. On Friday, 23 October 2020 at 16:59:33 UTC+5:
10/23/20
Aliasger Kiranawala
,
⇜Krishnan Mahadevan⇝
13
10/19/20
Retry BeforeTest operation using RetryAnalyzer.
Sorry Krishnan, I will see if I can prepare sample for it, Meanwhile If anyone faced this issue when
unread,
Retry BeforeTest operation using RetryAnalyzer.
Sorry Krishnan, I will see if I can prepare sample for it, Meanwhile If anyone faced this issue when
10/19/20
mail2...@gmail.com
10/12/20
Test timeout
Is there a way to configure timeout for test tag (<Test></Test>) within a test suite? We
unread,
Test timeout
Is there a way to configure timeout for test tag (<Test></Test>) within a test suite? We
10/12/20
laxsin
,
Aliasger Kiranawala
2
10/8/20
Rerun Cucumber Failed Scanarios through Testng.xml (FailedRunner)
Why dont you try RetryListener implementing IRetryAnalyzer way of executing failed tests? On Thursday
unread,
Rerun Cucumber Failed Scanarios through Testng.xml (FailedRunner)
Why dont you try RetryListener implementing IRetryAnalyzer way of executing failed tests? On Thursday
10/8/20
rajeev singh
,
⇜Krishnan Mahadevan⇝
2
10/5/20
How to run feature files in parallel in Cucumber + TestNG
Please refer to the Cucumber documentation on how to do this : https://cucumber.io/docs/guides/
unread,
How to run feature files in parallel in Cucumber + TestNG
Please refer to the Cucumber documentation on how to do this : https://cucumber.io/docs/guides/
10/5/20
Sandhya M
,
⇜Krishnan Mahadevan⇝
2
10/1/20
Java Null Pointer Exception on running the test case in seleniumn..Can i get a solution for this please
Your issue has got nothing to do with TestNG. The error is coming from your test code when you are
unread,
Java Null Pointer Exception on running the test case in seleniumn..Can i get a solution for this please
Your issue has got nothing to do with TestNG. The error is coming from your test code when you are
10/1/20
Anuranjan Prakash
,
⇜Krishnan Mahadevan⇝
4
9/28/20
Is there any way by which i can access the parameters defined in the Java classes into my TestNG Listeners class?
Well there's just one problem with that approach. You need to remember the attribute names that
unread,
Is there any way by which i can access the parameters defined in the Java classes into my TestNG Listeners class?
Well there's just one problem with that approach. You need to remember the attribute names that
9/28/20
Abhay
, …
Amit Bhoraniya
3
9/28/20
How to run testng test in parallel thread with data driven
Hi Abhay, You can use data-provider-thread-count property. Below is an example, <suite name="
unread,
How to run testng test in parallel thread with data driven
Hi Abhay, You can use data-provider-thread-count property. Below is an example, <suite name="
9/28/20
Venkatesh Singh
,
⇜Krishnan Mahadevan⇝
7
9/10/20
Is it possible to get a reference of the caller Object from ITestResult
You should be casting the Object instance to your interface and not try to extract the class and then
unread,
Is it possible to get a reference of the caller Object from ITestResult
You should be casting the Object instance to your interface and not try to extract the class and then
9/10/20
Gaurav Gupta
, …
Uttam uttam
9
9/8/20
Any way to define suite level dependency when running TestNG programmatically?
Hi, I tried to create a suite and add its parent suite. List<XmlSuite> suites = new ArrayList()
unread,
Any way to define suite level dependency when running TestNG programmatically?
Hi, I tried to create a suite and add its parent suite. List<XmlSuite> suites = new ArrayList()
9/8/20
Aliasger Kiranawala
,
⇜Krishnan Mahadevan⇝
3
9/7/20
@Ignore annotation not working in Jenkins
Same version of execution. 7.1 Yeah already planned to upgrade to 7.3 On Monday, September 7, 2020 at
unread,
@Ignore annotation not working in Jenkins
Same version of execution. 7.1 Yeah already planned to upgrade to 7.3 On Monday, September 7, 2020 at
9/7/20
pavnovik
,
⇜Krishnan Mahadevan⇝
5
9/2/20
How to lint/validate TestNG XML's in CI/CD
Yeah, ok, thank you Krishan!) среда, 2 сентября 2020 г. в 17:42:15 UTC+3, Krishnan Mahadevan:
unread,
How to lint/validate TestNG XML's in CI/CD
Yeah, ok, thank you Krishan!) среда, 2 сентября 2020 г. в 17:42:15 UTC+3, Krishnan Mahadevan:
9/2/20
Ashutosh Singh
,
⇜Krishnan Mahadevan⇝
2
8/26/20
[TestNG] No tests found. Nothing was run | TestNg Version 6.14.3
TestNG is basically telling you that it couldn't find any tests to run. We need more context
unread,
[TestNG] No tests found. Nothing was run | TestNg Version 6.14.3
TestNG is basically telling you that it couldn't find any tests to run. We need more context
8/26/20
Vinayak Kini
,
Nisarg Dave
4
8/22/20
How to structure the test methods here?
I've done something similar to the 2nd method you mentioned, thanks Nisarg On Saturday, 22 August
unread,
How to structure the test methods here?
I've done something similar to the 2nd method you mentioned, thanks Nisarg On Saturday, 22 August
8/22/20
TERACytE
, …
ocean chow
16
8/20/20
[testng-users] How to load TestNG config within an executable JAR?
Hi amod, you can see my issue "throw ”Cannot find class in classpath:*****.testclass” when
unread,
[testng-users] How to load TestNG config within an executable JAR?
Hi amod, you can see my issue "throw ”Cannot find class in classpath:*****.testclass” when
8/20/20
Vinayak Kini
,
Joseph Conlin
3
8/19/20
Recommended way of using @Test
Thank you for taking the time out to write such a detailed answer. I'm in the middle of
unread,
Recommended way of using @Test
Thank you for taking the time out to write such a detailed answer. I'm in the middle of
8/19/20
Vinayak Kini
,
⇜Krishnan Mahadevan⇝
6
8/17/20
WebDriver object is null in the @BeforeTest method in the test class
I was expecting TestNG to behave the opposite of the way you described! Your fast response was really
unread,
WebDriver object is null in the @BeforeTest method in the test class
I was expecting TestNG to behave the opposite of the way you described! Your fast response was really
8/17/20