• SPEForums need your contributions to build up a strong repository of performance engineering resources.

Search results

  1. admin

    Production Monitoring of Azure with Dynatrace SaaS

    Found a good video demonstrating Production Monitoring of Azure with Dynatrace SaaS / Managed
  2. admin

    "Error -27778: SSL protocol error when attempting to connect with host

    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...
  3. admin

    How to handle captcha/text challange in Load Runner?

    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...
  4. admin

    IOZONE - File System Bench-marking Tool

    @anmoldubey any idea on comparison of iometer and iozone? I find iometer much easy to use.
  5. admin

    Test plan template

    We have just posted a resource here - https://speforums.com/resources/sample-performance-test-plan.53/
  6. admin

    Sample Performance Test Plan

    admin submitted a new resource: Sample Performance Test Plan - Performance Test Plan Document Template Read more about this resource...
  7. admin

    Sample Performance Test Plan - Sample Performance Test Plan

    Attached herewith is a comprehensive and detailed test plan template. Only members can download the file. The file is password protected, password is "speforums"
  8. admin

    Configure Jconsole for Remote Access on Tomcat

    admin submitted a new resource: Configure Jconsole for Remote Access on Tomcat - Monitor tomcat using jconsole tool Read more about this resource...
  9. admin

    Configure Jconsole for Remote Access on Tomcat - Configure Jconsole for Remote Access on Tomcat

    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...
  10. admin

    Expired Aveksha Hiring Performance Test Enginners

    Open Roles: Technical Specialist / Sr. Technical Specialist Java/ J2EE Mumbai / Bangalore Technical Architect / Sr. Technical Architects Java/J2EE Mumbai / Bangalore Performance Test Architect Performance Testing / Performance Engineering Mumbai / Bangalore Technical Program Manager J2EE or...
  11. admin

    HP Loadrunner Certification Dumps

    Thank you ankit
  12. admin

    How to manually collate load test results for HP Performance Center

    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...
  13. admin

    How to manually collate load test results for HP Performance Center - How to manually collate load test results for HP Performance Center

    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...
  14. admin

    Expired PT reqt@Gurgaon

    Ill suggest to remove this post as it contains your personal details and is downloadable. Please contact ankit directly via pm.
  15. admin

    Generating java hashcode equivalant in loadrunner (C Language)

    admin submitted a new resource: Generating java hashcode equivalant in loadrunner (C Language) - Hash multiple strings in loadrunner Read more about this resource...
  16. admin

    Generating java hashcode equivalant in loadrunner (C Language) - Generating java hashcode equivalant in loadrunner (C Language)

    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...
  17. admin

    Converting Fiddler Session To Loadrunner VuGen Script

    admin submitted a new resource: Converting Fiddler Session To Loadrunner VuGen Script - Using fiddeler for creating loadrunner scripts Read more about this resource...
  18. admin

    Converting Fiddler Session To Loadrunner VuGen Script - Converting Fiddler Session To Loadrunner VuGen Script

    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...
  19. admin

    SHA1 Hashing implementation in Loadrunner

    admin submitted a new resource: SHA1 Hashing implementation in Loadrunner - An opensource SHA1 for loadrunner Read more about this resource...
  20. admin

    SHA1 Hashing implementation in Loadrunner - SHA1 Hashing implementation in Loadrunner

    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...
Back
Top