Is there a way to know all the line of codes that was not executed during my test? Manually it's easy but terribly laborious, I put a breakpoint on the line of code, if this breakpoint fire during the test then this line of code was executed else not. Is there a way to automate this for all the line of codes in my unit and get a report at the end?
Asked
Active
Viewed 126 times