0

Say, in a list view there are 100 records. I'm landing on the list view page of 100 records through HTTP request and want to access a record randomly from the list? Please help.

Example: - I'm using the Hubspot free CRM and I have created some contacts. - The list view records appearance here. ListView - First I'm landing to the HubSpot contacts list view page and I would like to randomly open any one of the contact records from the list. Open Record

Raghu
  • 1
  • 1
  • Possible duplicate of [Random selection from CSV file in Jmeter](https://stackoverflow.com/questions/18479960/random-selection-from-csv-file-in-jmeter) – Piotr Kamoda May 27 '19 at 12:31

1 Answers1

0

Use a regular expression extractor element with valid regular expression and '0' in Match No.

Rahul
  • 306
  • 2
  • 4