Venkat Matta

it's all about the Performance Testing

Jmeter Execution

After Recording we have to replay the script : 1)  Set the ‘Thread Properties’ to apply load, and click on ‘start’ option  from the  ‘Run’ tab or press  CTRL+R. 2) Select … Continue reading

March 22, 2016 · Leave a comment

Jmeter Recording

JMeter from the Apache Jakarta project is a popular open source tool for load testing client-server applications. It is a java-based tool with many useful modeling features such as thread … Continue reading

March 22, 2016 · Leave a comment

Jmeter Detail Documents

For detail explanation of Jmeter w.r.to Correlation & parameterization , please refer below document. Jmeter_Detail   Please refer the below attached document for the master-salve (distributed ) testing and configuration. … Continue reading

March 22, 2016 · Leave a comment

Jmeter Setup

Download:- Download Apache Jmeter from http://jmeter.apache.org/download_jmeter.cgi Download the latest zip file and extract it. Prerequisites :-    Jmeter require;s  JAVA 6 or higher version Installation:- Once Java is fully  set-up … Continue reading

March 22, 2016 · Leave a comment

Jmeter Plugins

For effective reporting we have few plugins available in below mention site http://jmeter-plugins.org/wiki/StandardSet/ And place these  plugins in this folder “\apache-jmeter-2.13\lib\ext” Some of the sample plugins are :- 1)      JMeterPlugins-ExtrasLibs … Continue reading

March 22, 2016

HP Loadrunner Q&A

March 22, 2016 · 2 Comments

HP Loadrunner Tips & Tricks

1) Lr Exit Functions:- lr_exit(LR_EXIT_ACTION_AND_CONTINUE, LR_AUTO); Exit without any condition, and go directly to end action lr_exit(LR_EXIT_MAIN_ITERATION_AND_CONTINUE, LR_AUTO);Stop current action, and go to the next action lr_exit(LR_EXIT_ITERATION_AND_CONTINUE, LR_AUTO); Stop current … Continue reading

March 22, 2016 · Leave a comment

HP LR Architecture

Architecture Overview LoadRunner works by creating virtual users who take the place of real users operating client software, such as Internet Explorer sending requests using the HTTP protocol to IIS or Apache web servers. Requests from many virtual … Continue reading

March 22, 2016 · Leave a comment

ALM Overview

About ALM Technology and Architecture : ALM is an enterprise-wide application that is based on Java 2 Enterprise Edition (J2EE) technology.J2EE technology provides a component-based approach to the design, development, … Continue reading

March 22, 2016 · Leave a comment

PT Framework

Three Key Components of Load Testing Architecture For effective system testing, we divide the entire load or stress testing architecture into three parts. Client GUI Application: Stress and load testing … Continue reading

March 22, 2016 · Leave a comment