How I may help
LinkedIn Profile Email me!
Call me using Skype client on your machine

Reload this page LoadRunner Results Explorer

This page introduces a client-side desktop program that scans and opens several drives and folders at a time to display a table of load test runs created by LoadRunner during performance testing.
This document is a companion to my pages on Vu Scripting, performance monitoring, and performance tuning.

Set screen Get This Now

Purchase.

When you get our email, right-click and save the .NET assembly to install into your machine.

This stand-alone program makes use of Microsoft's .NET 3.5 Framework run-time.

The startup program automatically downloads and installs on your computer.

Disclaimer: This software is provided "AS IS" with no implied warranty of any kind. The entire risk arising out of the use or performance of the software and source code is with the user.

 

Topics this page:

  • Many Runs & Files
  • Many Programs
  • Component Diagram
  • Run Result List
  • User Actions
  • Grid Columns
  • Search Prefs
  • Display Prefs
  • Timeline
  • Store/Compare
  • Save For Web
  • Get It
  • Permissions
  • Design
  • Internals
  • App Manifest
  • Code Signing
  • Generation Log
  • Run-time Settings
  • Collate.txt
  • .lrr Scenario files
  • Your comments???
  •  

    RSS XML feed for load testers RSS preview for load testers Site Map List all pages on this site 
    About this site About this site 
    Go to first topic Go to Bottom of this page


    Set screen Many Runs and Files

      During a load testing project, many runs are conducted to perform various test scenarios or to measure the impact of a change to the system under test.

      Additional runs are needed when the LoadRunner script is not coded correctly, if one of several dozen run-time settings are not correct, or if data used is found inadequate.

      Each run generates several files.

      Currently, LoadRunner by itself does not offer facilities to easily review and manage the various files over many runs.

      As a result, LoadRunner users have developed elaborate conventions for naming result file folders as a crude cataloging tool within Windows Explorer. However, this is a poor approach because the names of result files can be misleading to what really happended during each run. For example, a run result file can contain "500u" to designate 500 users, but in reality the run may have only achieved a 200 vuser load.

      This makes for a time consuming and error-prone way to figure out whether a particular run can or should be used as the basis for making major decisions. Opening a file for Analysis is an activity which can take several minutes or longer if the run is very long.


    Go to Top of this page.
    Next topic this page

    Set screen Several Programs for Several Files

      To get to all the information that LoadRunner another page on this site creates during runs, one has to use several programs to open each individual file:

      In fact, LoadRunner results physically exists within a hierarchy, each queried using different technologies:

        1. Networks. Files can exist in a development desktop and also in an internal loadtest domain, by different
        accounts.
          2. Machines (load controllers, load generators, machines under test, etc.)
            3. Drives (C:, D:, etc.)
              4. Folder paths to a run
                5. Files (.cfg, *.ini, *.html, etc.)
                  6. [Sections] within .cfg and *.ini files
                    7. Entries within a section (such as Runtime Setting for think time multiplier)


    Go to Top of this page.
    Next topic this page

    Set screen How My Solution Works (Component Diagram)

      This application automatically searches through several drives on several machines to look for LoadRunner run result and associated scenario configuration files. Searching is controlled by search preferences set by each user.

      This app opens applicable files, analyzes their contents, and displays data found. What is displayed is based on the Display Preference settings of each user. The user can see a list of runs displayed in a timeline graph.

      Each format displayed can be saved so that a web server can display them publicly on internet browsers.

      The data displayed can be stored for later comparison.

      Given enough permissions, a user of this app can copy(archive) and delete(move) LoadRunner run folders.

      From this app you can select a scenario to open in LoadRuner Load Controller so that you can update configurations to influence future runs.


    Go to Top of this page.
    Next topic this page

    Set screen REPORT A: Result List View


    Go to Top of this page.
    Next topic this page

      Set screen Datagrid List Look and Feel

      The app makes use of several user interface technologies (Tabbed datagrids with Master-detail windows).

      • Click a column heading to sort on that column. Click again to reverse the sort order.
      • Mouse over a value to reveal more information about that value. To save space on the list, this app analyzes for duplicate parts of a name and automatically removes to the mouse-over text.
      • Click on a value to open a program associated with that value. An icon in the heading defines the program opened when clicked.

      • Click on the Run Start check box to select the run result to act upon as a group:
        • Copy(Archive)
        • Delete(Move)
        • etc.
     


    Go to Top of this page.
    Next topic this page
     


    Go to Top of this page.
    Next topic this page

    Set screen Search Preferences

      Searches can be limited by filters designated by the user (changes to default settings). An industry-standard QBE (Query By Example) format is presented to enter search parameters.

      The default search for Loadrunner has multiple passes. The first search is for folders containing .lrr (LoadRunner Result files).

      Regular Expressionsanother page on this site can also be specified.

    • This app automatically calculates Duration from Run Start and Run Stop time stamps. So the Run Stop by default is not displayed to make room for other columns. However, the user can select to display it.
    • This app opens files in the list of folders found to obtain information about the run encased on each folder. This behavior depends on Display Preferences.

    • FileSystemWatcher updates the screen automatically as new runs are created.
    • Progress bar format is selectable.
    • Although this program was written specific to LoadRunner, the design of this program is such that this can be adopted for use with other applications.


    Go to Top of this page.
    Next topic this page

    Set screen Display Preferences

      This app knows how to present each setting by pre-defined display preferences. For example, a setting recognized as a boolean value is displayed with "Yes" along with value 1 and "No" along with value 0 (zero).

    • TPS (Transactions Per Second) can be automatically converted
      to TPM (Transactions Per Minute) if this feature is selected.
    • The boring grey color mimics the look and feel of LoadRunner. But you can select your own colors.
    • Different sets of preferences can be set by each user.
    • The set of display preferences displayed by default to a user can be selected.
    • If not selected, the last set of display preferences is used the next time the user enters this application. This is possible because display preferences are persistently stored when a selection is made.
    • The search highlights runs with settings different from a baseline configuration file.
    • Reorder or select visibility of various columns .
    • Allow users to select various columns based on inductive GUI that guides users step-by-step.
    • Drag and drop changes to form


    Go to Top of this page.
    Next topic this page

    Set screen REPORT B: Graphic TimeLine

      This application presents all runs found on a graphic timeline.

      Each dot on the graph represents a run.

      Navigate through time by dragging on one of the 3 time-resolution bands (day, month, year).

      The color of icons on the timeline can be set according to a custom set of rules.

      The timeline is based on an MIT design coded in C#.


    Go to Top of this page.
    Next topic this page

    Set screen Store for Comparison Report

      A separate thread stores what it Data found is stored in an in-memory 3D array. A future version writes to local database using ODBC calls.


    Go to Top of this page.
    Next topic this page

    Set screen Saved For Display by Other Programs


    Go to Top of this page.
    Next topic this page

    Set screen Options for Development of Desktop Executable

      Several tools were considered to develop this app.

      Adobe AIR, which makes use of Adobe Flash and Flex.

      Sun Java FX.

      Microsoft Windows .NET WinForm.

      Microsoft Windows .NET WinForms VisualWebGUI (from gizmox.com) which can also run webforms apps as Microsoft Silverlight applications on the internet (instead of re-coding in AJAX or other RIA tool).


    Go to Top of this page.
    Next topic this page

    Set screen Permissions Security

      Because the whole point of this app is to search through local files, this was built as a desktop executable program that is only reachable when someone gets pass Windows security locking down entry into the machine.

      Windows also enforces the permissions the user has for reaching other machines.

      Windows file security enforces what actions a user can perform on specific files and folders.

      In a corporate setting, a user's permission settings are usually set by placing a specific user within certain group. It is through a group that users obtain permissions. For example, assigning a user to the Administrators group provides that user with permission to do almost everything.


    Go to Top of this page.
    Next topic this page

    Set screen Code Signing

      When this program is opened, to prevent a message such as this:

      the program is signed by the author Wilson Mar of JetBloom.

      To setup a development environment with Visual Studio 2008, we create a new JetBloom folder to store custom assemblies within C:\Program Files\Microsoft.NET, and notify its existance using RegEdit to add a key with the file name in \\HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ .NETFramework\ AssemblyFolders.

      Sign Assembly with a strong name.
      sn -T AssemblyName

      From the Visual Studio Command Prompt, cd to the assembly's location ... /bin/

      Obtain the publickeytoken from
      gacutil -i AssemblyName.dll
      gacutil -l AssemblyName

      Remove it to keep it from being installed in the GAC:
      gacutil -u AssemblyName


    Go to Top of this page.
    Next topic this page

    Set screen Internals: How it works


    Go to Top of this page.
    Previous topic this page
    Next topic this page

    Set screen App Manifest

      This application, because it is globalized, is deployed using several folders in the lrexplore folder installed within "Program Files"

      lrexplore.exemain assembly
      default.cfg default LR config file
      strings.txt file to construct resource file
      strings.resources default us-EN resources file
      de German localization

        strings.de.txt
        strings.de.resources created from the strings file
        lrexplore.resources.dll Satellite assembly compiled from the German resources file

      The list of items in the solution:

      • Solution:
        • FileSearch.sln — VS.NET solution file
        • FileSearch.csproj — VS.NET project file
        • FileSearch.csproj.user — VS.NET user preferences
        • AssemblyInfo.cs
      • Forms:
        • AboutForm.cs & .resx
        • MainForm.cs & .resx
        • EnhMainForm.cs & .resx
        • BrowseForFolderForm.cs & .resx — for when "Browse" is clicked.
      • Resources:
        • App.ico — displayed on the upper left corner
      • Objects:
        • Configuration.cs
        • SerializeConfiguration.cs
        • FileUtils.cs
        • SearchAndReplaceForm.cs

    Go to Top of this page.
    Next topic this page

    Set screen Generation Log Default Code Generation Settings

      During each recording, a Generation Log is created with these Code Generation Settings:

      Section[General]:
      AlwaysEnableRur=0
      AutomaticTitleVerification=0
      AutomaticTitleVerificationForEachStep=0
      AutomaticTitleVerificationInSeparateSteps=1
      AutomaticTitleVerificationUsingURLs=0
      CookieExpiration=0
      CreateServerFiles=0
      CreateServerFilesChangeOriginal=1
      EnableHTTPLog=1
      ExtendedLog=0
      FocusNextElement=0
      GenerateScriptComments=0
      OutOfContext=0
      RRSRemoveZipAndChunkFromResponse=0
      RebuildRurDB=0
      RurAlwaysCreateNewCfgFile=1
      RurCompareBody=0
      RurCompareReferrer=1
      RurContentTypesList=text/html;text/xml;text/plain;application/x-javascript;
      RurSimulateCache=0
      RurTreatUnhandledReqAsOOC=0
      RurUnhandledReq=3
      UseFallback=0
      UseMixedScript=0
      Section[Software\Mercury Interactive\Networking\Multi Settings\SapJS\Recording]:
      Utf8Support=0
      

      Option Tree us-EN GUI Title .cfg Entry
      General Script - ?
      General Protocols - WebRecorderVersion="5" for Web (HTTP/HTML)
      Network Port Mapping - ?
      Internet Protocol
      Recording
      - AnalogMode=0
        Advanced Reset context for each action [WEB]
      ResetContext="True"
          Support charset UTF-8   UTF8InputOutput=0
        Correlation - Utf8Support=0

    Set screen Default.cfg Script Runtime Settings & Recording Options

      The default.cfg file defines Run-Time General, Miscellaneous, and Network settings. Additionally, LoadRunner's default.usp files contain Run Logic and Pacing settings.

      When VuGen creates a new script, it uses the contents of the lrscript.cfg file in the /template/binary folder to create a default.cfg file.

      Entries which are not created by default but added when user changes runtime settings are marked with a plus sign ("+") in the Notes column.

      Default values which are commonly reset are marked with "=0" or "=1" in the Notes column.

      Tree us-EN GUI Title .cfg Entry Notes
      General - [General] in default.cfg
      - Run Logic - -
      - Pacing ... fixed/random ... iter_begins_val=fixed {See .usp file} random
      As soon as the previous iteration ends [RunLogicRunRoot] in default.usp RunLogicPaceType="Asap"
      After the previous iteration ends
      - With a fixed delay
      RunLogicPaceType="ConstAfter"
      RunLogicPaceConstAfterTime="60.000"
      - With a random delay RunLogicPaceType="After"
      RunLogicAfterPaceMin="0.000"
      RunLogicRandomPaceMin="1.000" +
      RunLogicAfterPaceMax="9.000"
      At fixed internals every __ to __ sec. RunLogicPaceType="Const"
      RunLogicPaceConstAfterTime="60.000"
      At random internals every __ to __ sec. RunLogicPaceType="Random"
      RunLogicRandomPaceMin="1.000" +
      RunLogicRandomPaceMax="9.000"
      - Log Enable logging [Log] in default.cfg AutoLog=1 if checked.
      Standard Log
      Extended log
      LogOptions="LogBrief"
      LogOptions="LogExtended"
        Parameter substitution MsgClassParameters=0
        Data returned by server MsgClassData=1
        Advanced trace MsgClassFull=1
      - Think Time Ignore think time [ThinkTime] Options=NOTHINK
      Replay think time: As recorded Options="RECORDED"
      Multiply recorded think time by: Factor="1.000000"
      ThinkTimeRandomLow="50"
      ThinkTimeRandomHigh="150"
      Limit think time to ___ seconds LimitFlag=1 if checked, 0 if not checked.
      Limit=1 for 1 second
      - Additional attributes - -
      - Miscellaneous ? [General] XlBridgeTimeout=120
      iter_ends_val="fixed"
      iter_begins_val=fixed
      DefaultRunLogic=....usp
      TOP
      Continue on error ContinueOnError=0 =1
      Fail open transactions on lr_error_message FailTransOnErrorMsg=0
      Generate snapshot on error SnapshotOnErrorActive=0
      Run Vuser as a process
      Run Vuser as a thread
      UseThreads=0
      UseThreads=1 {the default}
      Define each action as a transaction AutomaticTransactions=1 {the default} =0
      Define each step as a transaction ?
      - Run Logic - -
      Network - Speed Simulation - [ModemSpeed] EnableModemSpeed=0
      CustomModemSpeed=""
      EnableCustomModemSpeed=0
      ModemSpeed="14400"
      - Run Logic - -
      Browser Emulation User-Agent (browser to be emulated): Change button [WEB] BrowserType="Microsoft Internet Explorer 4.0"
      Browser version 4.0?
      Platform Windows?
      Language BrowserAcceptLanguage="None"
      Use custom browser UseCustomAgent=1
      CustomUserAgent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)"
      Simulate browser cache SimulateCache=1
          Advanced button
          Cache URLs requiring content (HTMLs) CacheHtmlPages="Yes"
          Check for newer versions of stored pages every visit the the page CacheAlwaysCheckForNewerPages="No"
      Download non-HTML resources ?
      Simulate a new user on each iteration ClearCacheForSimulateNewUser="True"
          Clear cache on each iteration
      Internet Protocol -
      - Proxy No proxy (direct connection to the Internet) [WEB] ProxyBypass="" ProxyUseBrowser=0 ProxyAutoConfigScriptURL="" ProxyPassword="" ProxyUseProxyServer=0 ProxyUseProxy=0 ProxyUseAutoConfigScript=0 ProxyUseSame=1 ProxyHTTPSHost="" ProxyNoLocal=0 ProxyHTTPHost="" ProxyHTTPPort="443" ProxyUserName="" ProxyHTTPSPort="443"
      Obtain the proxy settings from the default browser ?
      Use custom proxy ?
      SAP - General Send Status Bar Text [SapGui] WriteStatusBarTextOnError=1
      Send Active Window Title WriteWindowTitleOnError=1
      Show SAP client during replay EnableSapUI=1
      Take ActiveScreen snapshots during replay EnableSnapshots=1
      ? DisableSapTrace=1
      EnableCachePerVuser=0
      DisableSapHistory=1
      DecreaseSAPFootPrint=1
      Set advanced options [SapGuiAdvanced] FindSessionSleepBetweenTries=250
      FindSessionMaxNumberOfTries=20
      Replay using running SAPlogon application ReplayOnRealApplication=1 +
      ? SetSAPfewgsrvTimeout=1
      SAPfewgsrvApplicationTimeout=300
      - Preferences Enable Image and text check [WEB] EnableChecks=1
      Hits per seond and HTTP codes GraphHitsPerSecondHttpStatusCodes=1
      Pages per second (HTML Mode only) GraphPagesPerSecond=0
      Response bytes per second GraphBytesPerSecond=1
      WinInet replay instead of Sockets (Windows only) WinInetReplay=0
      File and line in automatic transaction names AutoTransFileLine=1
      Non-critical resource errors as warnings ResourcePageTimeoutIsWarning="No"
      Save snapshot resources locally SaveSnapshotResources=0
      Set advanced options
      DNS caching EnableIPCache="Yes"
      HTTP version HTTPVer="1.1"
      Keep-Alive HTTP connections KeepAlive="Yes"
      Step timeout caused by resources is a warning ResourcePageTimeoutIsWarning="No"
      Parse HTML Content-Type ParseHtmlContentType="TEXT"
      Accept Server-Side Compression BrowserAcceptEncoding="gzip, deflate"
      Accept-Language request header EnableIPCache="Yes"
      HTTP-request connect timeout (sec) ConnectTimeout="1000"
      HTTP-request receive timeout (sec) ReceiveTimeout="1000"
      Step download timeout (sec) PageDownloadTimeout="1000"
      Network buffer size NetBufSize="12288"
      Fixed think time upon authentication retry (msec) Retry401ThinkTime=0
      Request Zlib Headers ZlibHeadersInCompressedRequestBody="Yes"
      Maximum number of <META refresh> to the same ... MaxSelfMetaRefreshCount="2"
      GUI-Mode default block size for DOM memory alloc ... DomMemBlockSize="16384"
      GUI-Mode single set Timeout/setInterval threashold... DomMaximumTimeout="5"
      GUI-Mode fail on JavaScript error FailOnJavaScriptError="No"
      GUI-Mode history support HistorySupport="Auto"
      GUI-Mode maximum history size MaximumHistorySize="10"
      - Download Filters - [FILTERS] IncludeFiltersInList=""
      FilterType=0
      - ContentCheck - - ParseHtmlContentType="TEXT"

      Recording Options

      General Script - ?
      General Protocols - WebRecorderVersion="5" for Web (HTTP/HTML)
      Network Port Mapping - ?
      Internet Protocol
      Recording
      - AnalogMode=0
        Advanced Reset context for each action [WEB]
      ResetContext="True"
          Support charset UTF-8   UTF8InputOutput=0
        Correlation - ?
      [RtsConfigfuration] AUTMode=1 [WEB] StartRecordingIsDst=0 SearchForImages="True" DomMaximumAccumulativeTimeout="15" DisableAED=0 StartRecordingGMT="2004/12/06 17:46:36" FailNonCriticalItem=0 KeepAlive="Yes" Here is a sample .cfg file:

      [CommandArguments]
      [ModemSpeed]
      EnableModemSpeed=0
      CustomModemSpeed=""
      EnableCustomModemSpeed=0
      ModemSpeed="14400"
      [RtsConfigfuration]
      AUTMode=1
      [WEB]
      CacheAlwaysCheckForNewerPages="No"
      StartRecordingIsDst=0
      HistorySupport="Auto"
      GraphBytesPerSecond=1
      GraphHitsPerSecondHttpStatusCodes=1
      UTF8InputOutput=0
      AutoTransFileLine=1
      UseCustomAgent=1
      ProxyUseBrowser=0
      ProxyAutoConfigScriptURL=""
      ProxyPassword=""
      ReceiveTimeout="1000"
      SaveSnapshotResources=0
      SearchForImages="True"
      ProxyUseProxyServer=0
      NetBufSize="12288"
      HTTPVer="1.1"
      ProxyUseProxy=0
      AnalogMode=0
      ResetContext="True"
      StartRecordingGMT="2004/12/06 17:46:36"
      GraphPagesPerSecond=0
      ProxyUseAutoConfigScript=0
      ProxyUseSame=1
      Retry401ThinkTime=0
      MaxSelfMetaRefreshCount="2"
      BrowserAcceptLanguage="None"
      ProxyHTTPSHost=""
      BrowserType="Microsoft Internet Explorer 4.0"
      WinInetReplay=0
      FailOnJavaScriptError="No"
      MaximumHistorySize="10"
      ProxyNoLocal=0
      DomMaximumAccumulativeTimeout="15"
      ZlibHeadersInCompressedRequestBody="Yes"
      ProxyHTTPHost=""
      DisableAED=0
      SimulateCache=1
      EnableChecks=1
      PageDownloadTimeout="1000"
      ProxyHTTPPort="443"
      WebRecorderVersion="5"
      BrowserAcceptEncoding="gzip, deflate"
      ProxyBypass=""
      ParseHtmlContentType="TEXT"
      KeepAlive="Yes"
      ProxyUserName=""
      ResourcePageTimeoutIsWarning="No"
      CacheHtmlPages="Yes"
      DomMemBlockSize="16384"
      SnapshotOnErrorActive=0
      ProxyHTTPSPort="443"
      DomMaximumTimeout="5"
      EnableIPCache="Yes"
      FailNonCriticalItem=0
      ClearCacheForSimulateNewUser="True"
      ConnectTimeout="1000"
      CustomUserAgent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)"
      [Iterations]
      RandomMax="90"
      RandomMin="60"
      IterationPace="IterationASAP"
      StartEvery="60"
      NumOfIterations=1
      [General]
      AutomaticTransactions=0
      ContinueOnError=0
      XlBridgeTimeout="120"
      UseThreads=1
      iter_ends_val="fixed"
      DefaultRunLogic="cw1_s2b_1.usp"
      AutomaticTransactionsPerFunc=0
      iter_begins_val="fixed"
      FailTransOnErrorMsg=0
      [AED]
      TempAedFile="NO_APP_AT_AED"
      [FILTERS]
      IncludeFiltersInList=""
      FilterType=0
      [Log]
      MsgClassParameters=0
      MsgClassData=1
      LogOptions="LogExtended"
      MsgClassFull=1
      AutoLog=1
      [ThinkTime]
      Options="RECORDED"
      Factor="2.000000"
      ThinkTimeRandomHigh="150"
      ThinkTimeRandomLow="50"
      Limit=1
      LimitFlag=0
      


    Go to Top of this page.
    Previous topic this page
    Next topic this page

    Set screen Script default.usp Runtime Settings

      Tree us-EN GUI Title .cfg Entry Notes
      General - [General]
      - Run Logic - -
      - Pacing - -
      - Log Enable logging [Log] AutoLog=1 if checked.
      Standard Log
      Extended log
      LogOptions="LogBrief"
      LogOptions="LogExtended"
        Parameter substitution MsgClassParameters=0
        Data returned by server MsgClassData=1
        Advanced trace MsgClassFull=1


    Go to Top of this page.
    Previous topic this page
    Next topic this page

      Set screen Collate.txt file

      [Diagnostics]
      Status=-1
      [Collate Recovery]
      Scenario=F:\PublicShare\Corpweb\CW1_S2b\CW1_S2b.lrs
      Completed=0
      [Hosts]
      d15p331=c:\temp\brr_mYv.699\netdir\f\publicshare\corpweb\cw1_s2b\100vu.1x1sec.2min.new.home1.nothink.r2\d15p331_1.eve
      

     
    Go to Top of this page.
    Previous topic this page
    Next topic this page

    Set screen Scenario .lrr Result Files

      [Scenario]
      Product=HP LoadRunner Controller
      Version=9.10.0.0
      Path=F:\PublicShare\Corpweb\CW1_S2b\CW1_S2b.lrs
      Subject=CW1_S1a
      Result_file=f:\publicshare\corpweb\cw1_s2b\100vu.1x1sec.2min.new.home1.nothink.r2\100vu.1x1sec.2min.new.home1.nothink.r2.lrr
      Description=
      ResultName=100vu.1x1sec.2min.new.home1.nothink.r2
      Time_Zone=25200
      Start_time=1102384083
      Daylight_Bias=0
      Stop_time=1102384316
      [Configuration]
      Public_local=1
      Is_mix=1
      Is_runner_file=0
      Runner_file=
      [Running_mode]
      Start_reason=By command
      Stop_reason=By a user
      [Data Collection]
      FullData=0
      SummaryEnded=1
      [Scenario_summary]
      Scenario Type=Manual Scenario
      Goal Profile Name=Default Schedule
      Mode=Scenario Scheduling
      Scenario Duration=Run for 000:02:00 (hhh:mm:ss)
      Load Behavior=Start 1 Vusers every 00:00:01 (hh:mm:ss)
      [Wan_Emulation]
      d15p331=0,1,1,1,1,512,1,256,1,100000,1,0
      [Scripts]
      cw1_s2b=F:\PublicShare\Corpweb\CW1_S2b\CW1_S2b.usr
      CW1_S2b_1=F:\PublicShare\Corpweb\CW1_S2b\CW1_S2b.usr
      [Scripts_types]
      cw1_s2b=Multi+QTWeb
      CW1_S2b_1=Multi+QTWeb
      
     
    Go to Top of this page.
    Previous topic this page
    Next topic this page

    Set screen LoadRunner Controller .lrs files

      .lrs files are created by Analysis.

      These files may not contain the same settings as used in the run.

      
      

     
    Go to Top of this page.
    Previous topic this page
    Next topic this page

    Related Topics:
    another page on this site LoadRunner Scripting 
    another page on this site Performance Testing 
    another page on this site NT Perfmon / UNIX rstatd Counters 
    another page on this site Performance Tuning 
    another page on this site WinRunner 
    another page on this site Rational Robot 
    another page on this site Free Training! 
    another page on this site Tech Support 


    How I may help

    Send a message with your email client program


    Your rating of this page:
    Low High




    Your first name:

    Your family name:

    Your location (city, country):

    Your Email address: 



      Top of Page Go to top of page

    Thank you!