asmatullah
9 years agoContributor
Save log with currrent project name
Hi ,
I need to save my test result (logs) with the project name .
Is there any way to get the current project name something like Project.Name to display
the project name in log through scripting .
I am executing multiple projects and need to save the test logs to some location .
I have written fucntion for saving the logs using Log.SaveResultsAs() , but problem is
with the name to give to each project log .
I want to read the current project name and pass this name as a parameter to the Save log function .
Hi Helen Kosova,
Thanks for the solution , I got exactly what I want .