Illustrates how to parse out hard-coded session data that sometimes
appears in record TrueLogs. Session-handling customization enables you to
maintain state information during testing.
Session-Handling Overview Offers an overview of the issues related to session handling and how script customization can overcome those issues.
Determining When to Customize Session Handling Explains that if static session IDs in scripts are not replaced with dynamic values generated at runtime, Web applications
are likely to generate errors, such as Your session has expired. Please return to the login screen.
Customizing Session Handling When recorded test scripts include hard-coded session-dependent information, the scripts will cause errors when they are subsequently
run. Such static session information needs to be replaced with a recording rule or a parsing function.
Self-Learning Recorder Describes how the Silk Performer self-learning recorder supports applications that rely heavily on client-side scripting.
Parsing Functions Explains how parsing functions can be used to maintain state information during load testing and to simulate real-world user-data input.