'Scorm application performance testing using jmeter

I need help and inputs for Scorm application performance testing using jmeter. How to record the scorm application using jmeter? Do I need to use any plugins for recording scorm application.

Please provide tutorials for doing the scorm application performance testing using jmeter



Solution 1:[1]

You basically need to simulate real life usage of your application by creating the same network footprint in terms of network protocol requests

Looking into Wikipedia article on SCORM

Shareable Content Object Reference Model (SCORM) is a collection of standards and specifications for web-based electronic educational technology (also called e-learning).

and for the Experience API:

The Experience API (Tin Can API) is an open source API. It is a Representational state transfer web service that uses JavaScript Object Notation (JSON) for its data format.

So my expectation is that it will be sufficient to use JMeter's HTTP Request samplers for implementing your test

You can even record the user actions using your browser (or desktop application if it's not a browser-based solution) using JMeter's HTTP(S) Test Script Recorder or JMeter Chrome Extension

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Dmitri T