Forum Discussion

NisHera's avatar
NisHera
Valued Contributor
7 years ago

log results as chunks

 My test suite consist several projects and a project contains

several Items and and child/sub items under items like 

 

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?