Friday, October 29, 2010

Steps to install HP LoadRunner 11.00 evaluation version

Pre-requisite
User already have LoadRunner 11.00 installable.Click Here

Video Tutorial - Steps to install HP LoadRunner 11.00 evaluation version




Step by Step Procedure


  1. Open the installation folder named "T7177-15013" and Open the "readme.html" file & go through the document for Pre-requisite software required to install the LoadRunner 11.00 software.
  2. Double Click the setup file
  3. Click "Loadrunner Full Setup" option.Loadrunner installation wizard guides the user to install any necessary software if required.
  4. Follow the steps in installation wizard by installing the software in default location. If NOT in default path, specify the path
  5. Evaluation license is available ONLY for 10 days. Evaluation license allows users to run the test with 25 vusers

Saturday, October 23, 2010

Steps to Download HP Load runner 11.0 evaluation version

Pre-requisite
user already registered with HP site


Video Tutorial - how to download Load runner 11.0 evaluation version




Step by Step Procedure


  1. Open Google in Internet Explorer
  2. Search for "HP Software - Download Center"
  3. Click Link "Download Center - HP Software"
  4. Enter "load runner trial version" in Keyword text box.
    Choose "Trial Software" from Refine search by resource type
    Click Search button
  5. Click "HP Load Runner 11.00 Evaluation" Link
  6. To download evaluation version, user should have registered with HP.
    Enter user Credentials if you have and sign-in
    (or)
    Register with HP site
  7. Click I Agree button
  8. Download the following two files to the same directory of your system
    1. Software_HP_LoadRunner_11.00_T7177_15013.zip
    2. Software_HP_LoadRunner_11.00_T7177_15013.z01
  9. while downloading .z01 file, give double quotes (") around file name. ("Software_HP_LoadRunner_11.00_T7177_15013.z01")
    Otherwise it will override the existing zip file
  10. Using win zip
    rigth click "Software_HP_LoadRunner_11.00_T7177_15013.zip"
    Click "Extract here" option
  11. Extraction results in "T7177-15013.zip" file.
    Again extract this file using win zip to T7177-15013 folder.
    This results in the Full installation.
  12. Double click folder "T7177-15013" and setup file is available in the folder

Saturday, August 28, 2010

vugen script replay - HP Web Tours New user Registration script

Pre-requisite
user already have a recorded script for HP Web Tours Recording - New User Registration. Click Here for details.

Demo Video - HP Web Tours Application - New User Registration Script - Replay


This is my first video tutorial. It would be great if users are giving comments on the quality of the content and video. Based on the comment, I can prepare my future video tutorial in a much better way





Step by Step Procedure to run the script


  1. Double click the Vugen shortcut available in the system desktop
  2. Go to File > Open > Enter D:\StayTuned\Scripts\Recording\WebTours_NewRegistration in file name text box > click open button
  3. Click Tools menu > Click General Options item > Click Display tab and select Show browser during replay checkbox and then click ok button(This option shows the runtime viewer during the script replay)
  4. Click Vuser menu and click Run item OR Press F5 OR Click Runicon in Recording Toolbar
  5. This executes the script successfully without fail. If you observe carefully the runtime viewer, system displays the error as "Your username is taken *******".This error means HP web tours sample application already have an account by this name and suggesting the user to use unique name to register.

Points To Consider

This example shows how the load tester (without proper training or mentoring) can do a invalid test. If Load tester did not find this error in vugen runtime viewer and assume script is working fine.what would be the validity of the load test if load tester conducts a 100 user test and publish the results.It is always a good practice to customize the loadrunner scripts for page validation and others. I am planning to write an article Customizing loadrunner vuser scripts in near future

Friday, August 27, 2010

how to disconnect terminal server session remotely

There are few cases where we need to disconnect the session from the terminal server remotely.

Scenario Usuage

For example, the logged in user has completed his work remotely but user forgot to close or logoff the session. The session remains active and NOT allowing other users to connect to terminal server.

you can follow the steps mentioned below.
  • Login to the other remoter server
  • Open command prompt
  • Enter command as tsdiscon SessionID /server:servername to disconnect the session

Example

To disconnect session 3
type tsdiscon 3 /server:servername

To disconnect session 6
type tsdiscon 6 /server:servername

how to restart/shutdown terminal server remotely

There are few cases where we need to shutdown/restart the terminal server remotely.

you can follow the steps mentioned below.

  • Login to the other remoter server
  • Open command prompt
  • Enter command as tsshutdn /SERVER:servername /reboot to reboot the server/system
  • Enter command as tsshutdn /SERVER:servername to shutdown the server/system

Example
tsshutdn /SERVER:127.0.0.1


The first command restart server named "servername".
The second command shutdown server named "servername".


how to find terminal server session details/information remotely

There are few cases where we need to find out session details remotely.

Scenario Usuage


For example, the remote system is shared across different team members and you are NOT able to login to the remote system as two sessions are already used by other users.

you can follow the steps mentioned below.
  • Login to the other remoter server
  • Open command prompt
  • Enter command as query session /SERVER:servername

The above command lists the users who are connected to server named "servername".


how to find terminal server user details/information remotely

There are few cases where we need to find out users who are connected to the remote system.

Scenario Usuage


For example, the remote system is shared across different team members and you are NOT able to login to the remote system as two sessions are already used by other users.

you can follow the steps mentioned below.
  • Login to the other remoter server
  • Open command prompt
  • Enter command as query user /SERVER:servername

The above command lists the users who are connected to server named "servername".