Retry the Failed Tests in TESTNG using IRetryAnalyzer in Selenium WebDriver

Опубликовано: 11 Сентябрь 2020
на канале: total-qa
252
4

TESTNG IRetryAnalyzer:
--------------------------------------
JAVA LOGIC: http://total-qa.com/rerunning-failed-...
TESTNG is a java framework mainly useful to write testcases.
@Test
via testng.xml
test-output
index.html
emailable-report.html

Testcases Pass/Fail

Real Time:
We have to re-execute the failed testcases multiple number of times.


Interface:
IRetryAnalyzer


@Test Attribute:
retryAnalyzer