2

I am trying to read multiple rows from a csv and execute it using one single test method. For instance, In Create User, I could create multiple users for each row using a single test method.

Now the question is, how to configure reportng to display the status of multiple execution on the same method?

Shaik Sadiq Ahmed
  • 173
  • 1
  • 4
  • 18

1 Answers1

2

Have a look at extentreports or allure reports. They are far better than reportNG as well and have got great deal in customizing reports.

Mrunal Gosar
  • 4,595
  • 13
  • 48
  • 71