selenium - How to run skipped/Not Run test cases using TesNG -


I am using Selenium WebDriver with the TestNG framework and I have my own test There are about 300 test cases in the suit. In some cases my suite will be closed due to some synchronization problems. Is there no way in TestNG , can I execute the test cases left after completion of the execution?

For example: - 100 out of 300 test cases were executed successfully and 200 left / did not run

Thank you in advance!


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -