Horje
how to rerun failed test in testng Code Example
how to rerun failed test in testng
I would use testng-failed.xml file to execute
failed test cases
1. After the first run of an automated test run.
Right click on Project and click on Refresh

2. A folder will be generated named
“test-output” folder. Inside “test-output”
folder, you could find “testng-failed.xml”

3. Run “testng-failed.xml” to execute 
the failed test cases again. Right-click
on this file and click on run as and 
select the option called "testNG suite".




Whatever

Related
Java Program to Find ASCII Value of a characte Code Example Java Program to Find ASCII Value of a characte Code Example
whTS Code Example whTS Code Example
pil module to create images Code Example pil module to create images Code Example
run failed test cases in testng Code Example run failed test cases in testng Code Example
nicehash Code Example nicehash Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7