string manipulation

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

  1. admin

    String Manipulation in loadrunner Using Strtok

    Example 1: Breaking the string into multiple parts as specified by a delimiter. See the following example where we are breaking the string by a delimiter ":" Action() { char str[80] = "We love: SPEForums.com"; const char s[2] = ":"; char *token; /* get the first...