We are looking into creating some "test as code" definitions within a project which was designed in NeoLoad GUI so hence it would be a "hybrid" project with a project file. Do...
As long as your libraries have been defined in your project you should be able to access them from a Javascript defined in your yaml file. I have quickly tested with the...
If we consider JMeter, we can see the script in an xml format [.jmx]. Similar to that do we have any option to view the NeoLoad script [xml or any format] ?
NeoLoad stores the project content inĀ XML files inside the config.zip file. You can look at themĀ but you must not modify them as it's not expected to be manually modified...
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...
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...