Forum Discussion
yabing_yang
14 years agoOccasional Contributor
Hi Robert,
I attached an attachment which is generated from Log.SaveResultsAs.
I wrote a script as:
function TestResults(path, name, fileFormat)
FileName = path & name
Call Log.SaveResultsAs (FileName, fileFormat)
End function
then run this script by using 'Run Script Routine' in a keyword test. In this keyword test, only includes this line.
and then I put this keyword test on the last test item in 'Test Items' page.
Thanks,
Yabing
I attached an attachment which is generated from Log.SaveResultsAs.
I wrote a script as:
function TestResults(path, name, fileFormat)
FileName = path & name
Call Log.SaveResultsAs (FileName, fileFormat)
End function
then run this script by using 'Run Script Routine' in a keyword test. In this keyword test, only includes this line.
and then I put this keyword test on the last test item in 'Test Items' page.
Thanks,
Yabing