This is related to version of ssl being used. Try to keep the below code at the start of of script
use web_set_sockets_option("SSL_VERSION", "TLS");
web_set_sockets_option("SSL_VERSION", "1");
This forces the SSL connection to the server to use version 1 of the SSL protocol rather than...
A CAPTCHA (a backronym for "Completely Automated Public Turing test to tell Computers and Humans Apart") is a type of challenge-response test used in computing to determine whether or not the user is human.
to bypass CAPTCHA with the load runner or with any other tool , you will have to get...
Attached herewith is a comprehensive and detailed test plan template. Only members can download the file.
The file is password protected, password is "speforums"
In
this guide we will demonstrate how to remotely monitor tomcat jvm via a remote jmx connection with Jconsole.
For enabling remote monitoring follow below steps:
Enable JMX port on remote tomcat.
Open Jconsole and connect
We will cover both of the above steps in detail in the following...
admin submitted a new resource:
How to manually collate load test results for HP Performance Center - Resolve inconsistent data in loadrunner analysis file
Read more about this resource...
Often times after executing long duration soak tests we end up in a situation where the loadrunner results files are inconsistent and throws error. This is usually due to improper results collation which can be due to improper connectivity, huge log files, and many other factors.
The Fix :: The...
admin submitted a new resource:
Generating java hashcode equivalant in loadrunner (C Language) - Hash multiple strings in loadrunner
Read more about this resource...
We recently encountered a situation where we were expected to simulate a forgot password retrieval functionality. Application used to send an email to registered user id and user was expected to click on link in the email to reset the password.
To avoid the hassle of retrieving email we went...
admin submitted a new resource:
Converting Fiddler Session To Loadrunner VuGen Script - Using fiddeler for creating loadrunner scripts
Read more about this resource...
In the following tutorial, we will demonstrate how to convert a simple fiddler recording into a vugen script. This is useful when
Loadrunner is not able to record
Loadrunner is not capturing a few requests
you just like fiddler !!
So lets begin by downloading the Fiddler From Here , You can...
We were recently given a requirement to generate an obfuscated OTP value which gets generated by using a SHA1 hashing algorithm progmatically in Java code.
Upon googling we came across a free and opensource implementation which was tested and verified.
Follow following steps to generate hash...