-
Junior Member
New to load runner
Hi,
Anybody please provide me, study material for Load Runner.
-
Junior Member
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
-
Junior Member
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));
"
-
Junior Member
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......
-
Junior Member
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
-
Junior Member
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
-
Forum Rules