We need to generate Hmac.md5 session key for which added the Javascript code "var md5Header = CryptoJS.MD5(request.data).toString();"
when executing getting error message ReferenceError: "CryptoJS" is not defined.
Looks like some library file missing, where to get and how to add them.
Yes, you need to provide any JavaScript libraries
@Neil, I added the below source link to the Library but still not working
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9-1/...;
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9-1/...;
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9-1/...;
This is not the javascript you would find on a webapp, you cannot just include links. You need to download the code and drop the functions in a neoload javascript library
https://www.neotys.com/documents/doc/neoload/latest/#993.htm