loadrunner

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

  1. admin

    Performance Testing Example Sites

    Performance testing example sites: If you're just getting started with performance testing or don't have an app to run performance tests against, it's useful to have an example app to test against to help you learn. Here are a few web pages designed solely for this purpose. 1. Sample Web Tours...
  2. admin

    Sample Interim Report Template 2019-04-18

    The Interim Performance Test Report provides the insights about the single performance test. This report contains the basic information provoided by the load testing tools like response time, tps, NFR criterions and resource utilization. The report provides a summary of the single test and gives...
  3. admin

    Delete Unwanted Files from LoadRunner Script Folder 2019-04-05

    Hello Everyone, Performance testing professionals working on script creation always complain about the heavy script size. The loadrunner script folder creates unwanted 'non-runtime' files during script replays which are not useful and can be deleted. The script deletes following files in script...
  4. admin

    Expired MUMBAI >> 12 Years >> PERFORMANCE DELIVERY HEAD

    PERFORMANCE DELIVERY HEAD KEY RESPONSIBILITIES 1. Own and build the Delivery ecosystem (people, process, technology, tools etc) thereby ensuring successful Service Delivery 2. Define, implement and refine delivery strategies to ensure business objectives (Profitability, Quality...
  5. admin

    Comparing Two Timestamps In Loadrunner 2017-12-07

    Sometime you get into a situation where you need to compare time between two clicks or compare the current timestamp with a server retured value in loadrunner. In this tutorial we have illustrated how you can compare current timestamp with the time on which the tutorial was written. Attached...
  6. admin

    Very useful Performance Testing Interview Questions And Answers

    Very usefull Performance Testing Interview Questions And Answers: Hello, looking for interview questions in loadrunner? I have tried my level best to put these interview questions. If you find any new questions, you can always send me through the contact form below. I will include them in this...
  7. admin

    System Command Example In Loadrunner 2017-12-05

    Attached is the sample loadrunner file Example Description In this example we are doing following activities via a loadrunner script 1. Create a direcotry named speforums in your C drive. 2. Execute a ping command and save it as a file inside c://speforums directory. Sample code char...
  8. admin

    POP Protocol to retrieve email from mailbox

    To retrieve an email from gmail using loadrunner Prerequisite : A working gmail account with password. We created a script using POP3 Protocol in loadrunner and used following code to retrieve the emails //int totalMessages; pop3_logon("Login"...
  9. admin

    Expired Premium Opening :: Jmeter for Middle East (Jordan)

    Opening for 1 performance tester with jmeter experience in Jordon, salary is not a constraint for deserving candidate. Required: Experience in Jmeter. Minimum experience of 7 Years. Reply on this thread for more details.
  10. amitbose

    loadrunner Replay error message: illegal character `\0240'

    Getting error while replaying the script error message: illegal character `\0240' what can be the issue?
  11. V

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

    I'm getting "Error -27778: SSL protocol error when attempting to connect with host" while running the newly recorded test script. Any clue how to solve this?
  12. amitbose

    loadrunner How to handle captcha/text challange in Load Runner?

    My application is a using a user creation flow which involves a text challenge (captcha) validation. Is someone aware how to handle such a situation? Can loadrunner use some OCR technique and solve this? any other workaround to load test captcha challenge?
  13. admin

    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. amitbose

    loadrunner Transaction Names Showing As Numbers in Loadrunner Analysis

    I am facing a strange issue where I am not able to see transaction names and just seeing some associated numbers for the same. Can someone help me resolve this issue? Please note that I have re-collated the results manually by extracting eve files from injector machines.
  15. admin

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

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

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

    loadrunner The Correlation Challange

    We will be posting some real life correlation problems for users to crack. Problem Statement 1: Want to pick up a random code value, where status is LOP Available. See in red below. Note -there are two code values and we need to pick up first value. Server Response...
  19. A

    Defining and Calling functions in loadrunner Vugen

    This resource is a tutorial on how can you define modular code blocks in your loadrunner script. This can have multiple uses like Writing common code blocks into functions which can be easily mananged Placing file writing code into a function, which can be called throughout the test script...
  20. A

    File Writing in Loadrunner Using Fputs

    Writing a file is an important operation in loadrunner and this can be put into a verity of uses. The file writing code is a must have in your artillery and is very simple to implement. The file writing can be used for Data Validations Capturing Valid Data from front-end Logging something...