hrshilpashree
4 years agoOccasional Contributor
Export log of particular folder using script
Hi
How can we export logs appended to particular folder using C# scripts . I don't want to export full log. Log file contains all the items of many test cases. I just need to export the logs of a particular folder. Below shows the log, through script how can I export log of Just TC_USS_03() ?
hrshilpashree I think what you'll need to do is export the log and then parse it outside TestComplete for the particular results you want.