Answered Questions

  • what is the load runner end transaction and its syntax.

    It will end the transaction. Syntax. Lr-end-transaction("transaction name", LR-AUTO).

    bhanu prakash B

    • Jul 18th, 2014

    Load Runner is one of the testing tool in performance testing.

    It contains 4 components


    1.VuGen
    2.Controller
    3.Analysis
    4.Load Generater

    End transation is Lr_end_transaction(application name_SenarioName_pageNumber_pageName) short cut key is ctrl+d

    sindhu_gt

    • Mar 15th, 2014

    Transactions are the starting and ending point of any user action . lr_start_transaction("Login"); // User Activity would be recorded here. lr_end_transaction("Login",LR_AUTO); During recording ...

  • what is the load runner start-transaction and its syntax.

    It will start the transaction on the script. Syntax. Lr-start-transaction("transaction name").

    sindhu_gt

    • Mar 15th, 2014

    Transactions are the starting and ending point of any user action . lr_start_transaction("Login"); // User Activity would be recorded here. lr_end_transaction("Login",LR_AUTO); During recording ...

    sindhu_gt

    • Mar 15th, 2014

    Hi, To start the trancaction we need to use the function called it as lr_start_transaction("Transaction name"); The Transaction name need to follow some naming convention like Application Name_Tes...

  • how you edit the script .

    While editing the script we have to inserting the transaction point and rendezvous point .

    sindhu_gt

    • Mar 15th, 2014

    In LoadRunner, we will record and edit the script by using the VUGen component only.But sditing script involves so many things like 1) Correlation 2) Parameterization 3) Think Time 4) Rendezvous Poi...

    routsr

    • Jul 27th, 2012

    It depends upon what you want to edit. Yes you can parametrize correlation adding transaction -while recording the script we can add the transaction, so no need to do after the recording.. adding the variable