Updated on 2024-04-08 GMT+08:00

Summary

Plug-ins are for whitelisted users. To use this feature, contact background support personnel to enable it and approve your request.

CodeArts PerfTest allows you to use the Go language to develop custom requests, functions, and checkpoints. Custom requests can be used to implement interconnection of protocols such as database protocols, MQTT, and proprietary protocols. Custom functions can be used to assist in generating test data, such as generating specific encryption and decryption data and generating data using custom algorithms. Custom checkpoints are used for non-text, JSON, and other data serialization data or scenarios that are not supported by CodeArts PerfTest.

To implement custom requests, functions, and checkpoints, develop them based on Signature Conventions, compile them into so files based on Guidelines for Compiling Go Plug-ins, and use JSON files to describe them.