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. |
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....
|
|||||||
|
|||
|
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)); " |
|
|||
|
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
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
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 |