How do you manage re-running only failed test cases (Selenium Interview Question

Поділитися
Вставка
  • Опубліковано 8 вер 2024
  • In this session, I have answered one of the Selenium Interview Questions i.e.
    How do you manage re-running only failed test cases
    View Notes Here - www.evernote.c...
    Find all free full courses on Software Testing and Tools here - www.linkedin.c...
    Visit our website for more details here - www.qafox.com/

КОМЕНТАРІ • 2

  • @hungnguyenquoc6848
    @hungnguyenquoc6848 24 дні тому +1

    how can we update passed status into report for the retry case here?

    • @QAFox
      @QAFox  16 днів тому

      By implementing a custom retry analyzer and a test listener, you ensure that the final status of a test, after all retries, is correctly reflected in the Extent Reports. This approach keeps your reports accurate and provides clear insights into which tests passed or failed, even if retries were involved.