After giving dynatrace server details and credentails, we are getting the error message like mentioned as attached.
Can anyone help on this issue please?
Thanks in advance
Hi Thirumalaikumarasamy,
Did you check out the ip adress and the port of your dynatrace server ?
From the neoload documentation in the Dynatrace integration section I saw...
When I run test and especially when I get a lot of errors, I see this little message "Limit reached (partial storage)" in the Errors tab. What does this mean? No room to store...
Hi, your test must have thrown a lot of errors than the limit Neoload allowed.
check out this link in the documentation : Reference Guide -> Results -> Errors ->
Hi,
It's possible to take a screenshot after a page switch during the test execution ?
it's possible to add a action for this ?
thanks for the responce,
best regard...
Hi, If you want to take a screenshot during a script validation you can use command line action like follow and and before you need to enable html rendering and click on and...
File variables with the special characters are not recognized.
Eg) I am having a file variable (test2.txt) with values like
123
#32#3#000487#000730#
#test1
#test2
abc...
Hi, to resolve the issue, you need to include '','' before every line. And neoload will recognize all the characters. You can see the example in the two screenhots. You can also...
Hi Team -
I have installed Neoload 6.5 free evaluation edition. While I start recording, I am seeing below error message:
java.util.concurrent.ExecutionException: java.lang...
Hi, you can try to deal with the issue by changing the java security option in the java control panel. Or you could reinstall it because the JVM throws that kind of error when...
After giving dynatrace server details and credentails, we are getting the error message like mentioned as attached.
Can anyone help on this issue please?
Thanks in advance
Hello, from what I saw on the screenshot you need to check the ssl checkbox in order to fix the issue. Dynatrace SSL connection port number often last with 1(XXX1).
I am running APIfunctional test (Get Call) , How can i generate report for Pass fail scenario, I am able to generate HTML report the same one we generate for performance test,
If your question is about functional testing report, I do not think Neoload can do such a thing. After all it is a load testing tool. But you can use Neoload validation feature...
I'm trying to test a stored procedure which takes some XML data but Neoload is encoding the sqlStatement string value. Is there a way to stop this? SQL Statement v2...
Are your sqlStatement string value coming from an extracted variable or a neoload variable ?
Try to see if that value is not encoded during the extraction.
I need to convert the below value into a valid URL
"\x2fsap\x2fbc\x2fwebdynpro\x2fsap\"
when I use the functions in neoload javascript using hardcoded value I get the...
May Be the value you are extracting is encoded in another format before you beginned to decode it.
When you extract value from response in Neoload, there is a check box below...