Hi,
If you ask for an example where this can be use, is the record function where you authenticate to an website, and all other actions after that step will require some information from authentication step (eg an sessionID that is store in header), using this option that information will be saved in all testSteps.
A context for the execution of the TestCase is initialized. This is passed to all scripts, property-expansions, etc that will occur during the execution of the TestCase allowing you to share resources, data, etc between them. For example, soapUI uses this internally to store an HttpState object in the context when the "Maintain HTTP Session" option has been selected in the TestCase Options dialog.
|
taken from TestCase Execution documentation:
http://www.soapui.org/Functional-Testin ... ution.html Hope this will help you.