Results 1 to 6 of 6

Thread: New to load runner

  1. #1
    Junior Member
    Join Date
    Jan 2008
    Answers
    2

    New to load runner

    Hi,

    Anybody please provide me, study material for Load Runner.


  2. #2
    Junior Member
    Join Date
    Feb 2007
    Answers
    9

    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


  3. #3
    Junior Member
    Join Date
    Sep 2008
    Answers
    1

    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));
    "


  4. #4
    Junior Member
    Join Date
    Mar 2009
    Answers
    1

    Red face Re: New to load runner

    Hi All,

    I am new to loadrunner. I have an issue. I am trying the flights URL provided by mercury.

    The scenario i recorded is---
    ---Log on with a user
    ---Book a ticket
    ---cancel the just booked ticket
    ---Log off

    Now the problem is when i parametrize the script, and run with 2 iterations with 2 different users, the script run fine for the same user by which i recorded it, but for some other user, it displayes an error--- Action.c(99): Error -27979: Requested form not found [MsgId: MERR-27979]
    Action.c(99): web_submit_form("itinerary.pl") highest severity level was "ERROR"

    I guess it is because, the no. of rercords in itinerary of both usres is different.

    Plz help......


  5. #5
    Junior Member
    Join Date
    Dec 2009
    Answers
    1

    Re: New to load runner

    Hi,

    I guess you have not correlated your scripts or if you have done this then you need to include one Lib.

    Regards'
    BhaskerC


  6. #6
    Junior Member
    Join Date
    Apr 2010
    Answers
    1

    Re: New to load runner

    Hi,

    I am new to loadrunner. can u throw some lights on this?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact