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...
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...
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...
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...
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...
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...
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...
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"...
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.
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?
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?
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...
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.
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...
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...
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...
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...
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...