DenisMedvedev
9 years agoContributor
How to deal with ConcurrentModificationException exception?
I’m getting this error, when I’m working with dropdown in table. I’m using bellow code: this.SetDropDownValueByRowNamberAndColumnName = function(rowNumber, columnName, dropDownValue){
...
- 9 years ago
This is a java error, so it's likely a bug the in the application you're testing, not an issues TC or your scripts.
- 9 years ago
Yep, in according with java docs it's a kind of runtime exception: https://docs.oracle.com/javase/8/docs/api/java/util/ConcurrentModificationException.html