Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

New to load runner

This is a discussion on New to load runner within the LoadRunner forums, part of the Software Testing category; Hi, Anybody please provide me, study material for Load Runner....

Go Back   Geeks Talk > Software Testing > LoadRunner
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 04-01-2008
Junior Member
 
Join Date: Jan 2008
Location: India
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
priya_mano is on a distinguished road
New to load runner

Hi,

Anybody please provide me, study material for Load Runner.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-08-2008
Junior Member
 
Join Date: Feb 2007
Location: chennai
Posts: 9
Thanks: 0
Thanked 2 Times in 1 Post
prajeshbe is on a distinguished road
Re: New to load runner

Hi,

Help file in the application is enough and more to learn load runner for new users. Other than this "Google" is our best friend so search in google
Reply With Quote
  #3 (permalink)  
Old 06-04-2009
Junior Member
 
Join Date: Sep 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
elegantsumit is on a distinguished road
Wink Re: New to load runner

lr_start_transaction Marks the beginning of a transaction. "lr_start_transaction(""TransactionName"");



"
lr_end_transaction Marks the end of a transaction. "lr_end_transaction(""TransactionName"", LR_PASS);
or
lr_end_transaction(""TransactionName"", LR_FAIL);

or
lr_end_transaction(""TransactionName"", LR_AUTO);



"
lr_start_transaction_instance Starts a nested transaction specified by its parent’s handle. id = lr_start_transaction_instance ("TransactionName", 0);
lr_end_transaction_instance Marks the end of a transaction instance for performance analysis. "lr_end_transaction_instance(id, LR_PASS);
or
lr_end_transaction_instance(id, LR_FAIL);
or
lr_end_transaction_instance(id, LR_AUTO);"
lr_start_sub_transaction Marks the beginning of a subtransaction. lr_start_sub_transaction ("TransactionName", "ParentTransactionName");
lr_end_sub_transaction Marks the end of a sub-transaction for performance analysis lr_end_sub_transaction ("TransactionName", LR_PASS);
lr_fail_trans_with_error Sets the status of open transactions to LR_FAIL and sends an error message. "lr_fail_trans_with_error(""An error has occurred: %s"", \
my_get_error_string(status));
"
Reply With Quote
  #4 (permalink)  
Old 06-05-2009
Expert Member
 
Join Date: Jun 2008
Posts: 212
Thanks: 6
Thanked 12 Times in 11 Posts
learqtptesting is on a distinguished road
Re: New to load runner

How about learn from video at the below link. It helps me get some idea how lr work. Any way, my trial version is coming to the very soon - sad. load runner tutorial 9 by javaguru -- revver online video sharing network
Reply With Quote
Reply

  Geeks Talk > Software Testing > LoadRunner

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Load Runner villjuj LoadRunner 2 07-13-2009 04:10 AM
QTP Script in Load Runner for Load Testing rohits_1982 QTP 2 08-13-2008 04:51 AM
Using load runner tool balajip82 LoadRunner 4 01-28-2008 03:06 AM
Static IP in Load runner balajip82 LoadRunner 1 11-08-2007 12:17 AM
LOAD RUNNER _VIEWSTATE value smoin LoadRunner 3 07-08-2007 03:33 PM


All times are GMT -4. The time now is 05:19 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved