HP LoadRunner Protocol SDK Overview > Features Not Supported by the SDK |
The following features are not supported by the SDK:
Snapshots
Tree view
Transport build on top of TCP/UDP
Hyper-Threading Technology
Named argument list sections. The arguments to an SDK-based function are passed in a flat list, with no sub-divisions.
Example of unsupported named sections ( DESCRIPTION, ACTION, and VERIFICATION):
int web_browser("step name", DESCRIPTION, <description arguments>, ACTION, <action arguments>, VERIFICATION, <verification arguments>, LAST);