Senario....
My test suite consist of 3 levels of scripts.
1) direct interaction of GUI (eg:- select, delete add rows in any grid.. )
2) windows/screen level logic (eg:- go to inventory window use lower grid X )
3) High level test and data( eg deleting inventories in excel file A should get errors in file B )
problem...
when there is no error logged,
double clicking on test log, will directly go to lowest level of script (in my case, direct interaction of GUI )
so I'm missing information whether I clicked on "lower grid X or upper grid Y" in inventory window.
Solution...
if there is error in log, Call Stack will show all scripts involved.
I need to enable same facility on non-error log lines.