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() ?
Solved! Go to Solution.
@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.
This may be of some help
https://support.smartbear.com/testcomplete/docs/testing-with/log/working-with/from-tests.html
Hey,
have a look at the Log Object Methods:
https://support.smartbear.com/testcomplete/docs/reference/project-objects/test-log/log/methods.html
you can create different folders inside the log file ans post warnings, checkpoints, etc. to each folder to get a better structure.
But therefore you have to manually add these Log functions in your C# test script.
Greetings
Leon
@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.
Subject | Author | Latest Post |
---|---|---|