I am currently doing a POC for Kronos application. I'm able to capture the network traffic till the flex communication of login portion. Post login, the applet will be loaded in...
My credentials are valid since i can use them outside of NeoLoad. This is the error message i get:org.postgresql.util.PSQLException: The authentication type 10 is not supported...
The error message indicates that an encryption algorithm required by the server is not supported by the JDBC driver version used by NeoLoad. If you get that error it probably...
I created my own JAVA code from Eclipse and i created a JAR file that is working fine. I put the JAR in the "<neoload-project>/lib/jslib/" folder but i have this error when i...
That error is a very generic. Basically it means that NeoLoad was not able to use your JAVA code. It can be because of the content of your JAVA code (private instead of public)...