Skip to main content

Posts

ATM API Loadtesting with Sybase ASE using LOADRUNNER 12.60

Recent posts

Visual Studio Webtest : Adding Timeout Plugin for Requests

Introduction: There are a wide range of applications which perform according to various circumstances.Some are fast and some are slow.When we hit a particular request ,there is a timeout value set to determine whether the request has been processed within the desired time limit set.In order to set the request timeout property there is an option in Visual Studio Webtest for each request properties to set the Timeout value. But if there are a large no. of requests in your Webtest ,changing the value for each and every request is a tedious task.But not to worry,this is where the Webtest plugins comes in handy! The request timeout property for the all the requests inside a Webtest can manged with a single property.Here are steps which has to be followed : 1.Create a Web Performance and Load Test Project in Visual Studio as shown below : 2.Right click the project and add a new item : 3.Choose Class item from the menu and give desired name for the plugin file : 4.

Setting Up Visual Studio Load Test Rig In AWS

Setup Instances in AWS Account: Steps to be followed: 1.Launch Instance:   2.Configure Security Groups to enable Ping as below:   Setting Up Agent Machine: 1.Launch the Instance ·          Make sure the Agent and Controller have the same username and password with Admin Privileges. 2.Disable Firewall: Check for Windows Firewall properties: ·          File and printer Sharing   3.Edit hosts file of the Machines: Enter the following: ·          <private IP of Controller machine > <public DNS of Controller machine > ·          <public IP of Controller machine > <public DNS of Controller machine > ·          <private IP of Controller machine > <host Computer Name of Controller machine > 4.Edit QTAgent.exe.config file: ·          Always stop Visual Studio Test Agent (services.msc) before editing this file and th

Peformance Testing with Citrix Protocol : Citrix ICA Vuser Functions (CTRX)

Mouse Functions ctrx_mouse_click Emulates a mouse click on a Citrix client ctrx_mouse_double_click Emulates a double mouse click on a Citrix client ctrx_mouse_down Emulates a mouse down click on a Citrix client ctrx_mouse_move Emulates a mouse move on a Citrix client sent to a Citrix server. ctrx_mouse_up Emulates a mouse up click on a Citrix client ctrx_mouse_click Emulates a mouse click on a Citrix client sent to a Citrix server. int ctrx_mouse_click( long x_pos, long y_pos, long mouse_button, long key_modifier, char *window_name, [CONTINUE_ON_ERROR,] CTRX_LAST ); int ctrx_obj_mouse_click( const char *obj_desc, long x_pos, long y_pos, long mouse_button, long key_modifier, char *window_name, [CONTINUE_ON_ERROR,] CTRX_LAST ); obj_desc A description of the object recorded if the agent is installed on the server. x_pos The horizontal distance of t