5

I'm new to TestNG framework, I have written script for an application using TestNG framework. Script working fine but yet I'm getting an error at the end of console. Error attached. Please anyone can help me. Thanks in advance.enter image description here

user3782636
  • 83
  • 1
  • 2
  • 13
  • Can you provide your code portion please? – optimistic_creeper Oct 24 '16 at 07:59
  • [TestNG] Reporter org.testng.reporters.JUnitReportReporter@7a79be86 failed java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901) at java.util.ArrayList$Itr.next(ArrayList.java:851) at org.testng.reporters.JUnitReportReporter.getNextConfiguration(JUnitReportReporter.java:220) at org.testng.reporters.JUnitReportReporter.generateReport(JUnitReportReporter.java:105) at org.testng.TestNG.generateReports(TestNG.java:1175) at org.testng.TestNG.run(TestNG.java:1102) at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTest – user3782636 Oct 24 '16 at 08:03
  • @user3782636, It appears that you're importing Junit items instead of TestNG. Could you please share the code or just import the correct TestNG resources – nandesh kalyankar Oct 24 '16 at 08:11
  • Please help me to add correct TestNG resource, i'm very new to selenium. Correcting the resources myself with your help would make me to understand the problem well and i could solve those issue in future. – user3782636 Oct 24 '16 at 08:37

2 Answers2

7

Edit: Fixed in 6.10

It is a known issue in the latest release (6.9.13.x) and will be fixed in the next release: https://github.com/cbeust/testng/issues/1168

Issue also appears while I'm testing with release - 6.8.

juherr
  • 5,640
  • 1
  • 21
  • 63
0

I already had that issue with testng beta version 7. After that I updated version to 6.14.3 and now everything is fine.

SanjX
  • 957
  • 1
  • 8
  • 12