Design API
NeoLoad makes it possible to trigger from a REST API on the Controller:
- projects actions (create, open, save, save as, close)
- recording actions (start, stop, etc.)
- design actions (create User Path, create Transaction, create Advanced actions, create delay, etc.)
The Design API is the Recording API of NeoLoad 5.1 expanded with new capabilities.
The purpose of the Design API is to automate the transfer of a functional test from an external tool to NeoLoad.
The idea is to set NeoLoad as the proxy of the client, typically a Web browser, so that all HTTP traffic generated is sent to NeoLoad when running the test case.
To learn more about the recording of a test scenario, see Record a test scenario.
Home