Unanswered question

How to have a better Junit test name

Hello,

I am running the tests from Jenkins using commandline executions
I do use SLA per run and configured the application page with it , so that any deviation to the sla will be captured and displayed in the Junit style xml test report.

Am using -SLAJUnitResults arg and it is producing the result.

What is concerning me is the Test Names/package name etc that are displayed in the report. I attached a screenshot for it.
Is there a better way to rename/configure the test names , so it will be more readable and understandable to any one looking at the Junit report ?

Thanks
Musaffir

Musaffir L.
Musaffir L.

Musaffir L.

Level
1
455 / 750
points

Answers

christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

Unfortunately, the SLA naming is not customizable in NeoLoad.

Musaffir L.
Musaffir L.

Musaffir L.

Level
1
455 / 750
points

Did any one come across any workaround to solve this situation ?
Does any junit result parser will work and parse the NeoLoad sla results to a more readable format...?