Forum Discussion

Ernieru's avatar
Ernieru
Occasional Visitor
2 years ago

log results question

Hello,

My test suite consist several projects and a project contains several Items and and child/sub items under items like (pic)

When trying to save log results (to sent via -mail) I'm using Log. SaveResultAs() method.

when you use 

lesCurrentTestItem

as log scope it will only save current sub/child test Item results only. (No use at all)

if used

lesCurrentProject

for log scope will save all the test results of the project which will be a bulky file.
How do you save test result for one test item including results of it's sub Items?