Is there any way i can identify the name of the current test case during run time

Hi @raja.raviraj

You can use get current job info in your test case then you can get all details about current job(Name,ProcessName,Version etc) which can be logged using a log message activity to display

https://docs.uipath.com/activities/docs/get-current-job-info

cheers

1 Like