Part-11: Send Record ID Dynamically–Dynamics CRM Performance Test
As mentioned in Part-10, we need to capture Record ID for Update, Resolve or Cancel Scenarios. After capturing the Record ID we need to send this dynamically with Update, Resolve or Cancel Requests.
Refer below steps to set Dynamic Record ID:
1. Same recorded Web Performance Test find out the request that used for request [Ex: Update, Resolve or Cancel <<EntityName>>.I took here as Resolve Case].
2. Right click on “String Body” and select Properties (This is the request will send to server to resolve case)
3. Copy the String Body into Notepad.
4. Check for the GUID format (or) Get the Case GUID that created as part of web performance Test recording.[After successful Web Performance Test Run “Part-3” it creates a record in CRM]
5. Search the Case GUID within “String Body”
6. Replace it with Extraction Rule Name in below format – [Use same Name that given while extracting Record ID from Create Request – Part-10]
{{CaseID}}
This was originally posted here.

Like
Report
*This post is locked for comments