I have dataprovider where it reads excel file , each row as one test case data, when I ran this testng test which uses dataprovider for data.
Is there a way to run only failed tests(in the excel which row data gets failed that rows) alone?
I have dataprovider where it reads excel file , each row as one test case data, when I ran this testng test which uses dataprovider for data.
Is there a way to run only failed tests(in the excel which row data gets failed that rows) alone?