Solved
Forum Discussion
Hi Helen,
I think I figured it out, what I did, I added a function to a file I currently had and it looks like it is happy :)
function GeneralEvents_OnLogCheckpoint(Sender, LogParams){
LogParams.Locked = true;
}
but your suggestion works correctly, in my test result log , I do not see checkpoint messages any longer.
couple tech articles I found it helpful are :
https://support.smartbear.com/viewarticle/73839/
https://support.smartbear.com/viewarticle/75628/
thanks
ns189