Record user sessions as Loadmill test flows
How to use Chrome dev tools to record a Loadmill API test:
➤ Open the Chrome Developer Tools and switch to the Loadmill Rec tab
➤ If you are not logged in to Loadmill, you will be prompted to the login page
➤ Create a Test suite in Loadmill that will hold our recorded flows, and select it in the extension
➤ Clear the captured requests list and navigate to the tested website
➤ Use the filter and the request's delete buttons to filter out irrelevant requests
➤ When you are done recording your session click the Upload button at the bottom
★ What's new
• Filter irrelevant requests from your session recording in one click
• View WebSocket binary messages in clear text
• WebSocket recording! WebSocket events are now included in the generated tests.
• The recorder will now filter by default all requests to 3rd party domains (Based on the recorded tab)
• "Non-API call" filter bug fixed
• Added a button to remove and filter irrelevant domains from the recording
• Syntax highlighting for JSON
• Showing the request and response body
• Better control on which requests will be filtered out
• Fixed bug for when no test suite is selected
• Copy a single request and paste it into your Loadmill tests
• Pause your recording to skip unrelated requests
• Better support for base64 encoded responses
• JavaScript stack trace removed from HAR files to make them smaller
• Create a new test suite by typing its name in the test suite selector bar
• updated to work with the new app.loadmill.com subdomain
• Better error reporting