MPunsky
12 years agoSmartBear Alumni (Retired)
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:
Bottom Line: Use this sparingly, and only in debug situations.
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:
This adds additional processing overhead for the controller and and remote agents(RAS).
This will increase the size of your logs significantly.
Bottom Line: Use this sparingly, and only in debug situations.