Forum Discussion

MPunsky's avatar
MPunsky
SmartBear Alumni (Retired)
12 years ago

Best Practice: Storing Page Bodies

LoadComplete can be configured to store response bodies:

  

   tools/options/engines/simulation/store request bodies



While this is a great tool to use when debugging a scenario/test, this option should be unchecked during normal testing.   As you can imagine, storing response bodies can negatively impact your tests in the folowing ways:


  1. This adds additional processing overhead for the controller and and remote agents(RAS).


  2. This will increase the size of your logs significantly.


Bottom Line:  Use this sparingly, and only in debug situations.
No RepliesBe the first to reply