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
相关问题
- Selecting an item from a combo box selenium driver
- Selenium in Java is not finding element when using
- How to send text to the search field through Selen
- What is the difference in “find_element_by_xpath”
- WebElement.getText() function and utf8
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.
I already had that issue with testng beta version 7. After that I updated version to 6.14.3 and now everything is fine.