Search results

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

  1. R

    loadrunner The Correlation Challange

    The first code value can be picked up by using a capture regex with lazy matcher. code":"(\d{10})".*?(?="status":"LOP Available"\}) This will select the 10-digit code if text contains LOP as available.