Arijit B.

  • 5 questions asked
  • 0 answers
  • 0 best answers (0%)
  • Custom Action Parameter not Updated to Saved Value

    Hi, I created some Custom Action using the "com.neotys.extensions.action" package. In my "com.neotys.extensions.action.Action" implementation I implemented the...
    Arijit B.
    Arijit B.

    Arijit B.

    Level
    0
    10 / 100
    points
    Alexis N.
    Alexis N.

    Alexis N.

    Level
    2
    1255 / 2000
    points
    Team
    Hi, You should provide a display name in NLISOConnectAction.java. For example: @Override public String getDisplayName() { return "NL ISO Connect"; }
  • Show Consolidated Throughput Graph

    Hi, In my project I have multiple UserPath for each Business Process in scope. During load test and reports I can see throughput graphs for individual userpaths. But how do...
    Arijit B.
    Arijit B.

    Arijit B.

    Level
    0
    10 / 100
    points
  • Download Neoload Web Docker Images from Windows Machine

    Hi, We have Windows machine with internet access and a separate Unix Server for hosting Neoload Web but without Internet. How can I download the Neoload Web Docker images from...
    Arijit B.
    Arijit B.

    Arijit B.

    Level
    0
    10 / 100
    points
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    You would need docker to download the image I believe, you could then export them from one machine and import them into the machine that doesn't have internet access.
  • How to provide userPath name at run time while using NLWebDriver

    We are using NLWebDriver for integrating our Selenium Framework with Neoload for automated scripting. Our framework executes multiple Selenium scripts(Neoload userPath) in a...
    Arijit B.
    Arijit B.

    Arijit B.

    Level
    0
    10 / 100
    points
    Alexis N.
    Alexis N.

    Alexis N.

    Level
    2
    1255 / 2000
    points
    Team
    It's not possible with the actual state of the Selenium integration, one execution is associated to a NeoLoad recording and so to a NeoLoad User Path. You would like to...
  • Why NLWebDriverFactory.AddProxyCapabilitiesIfNecessary not working?

    I am trying to integrate Selenium with Neoload in C#. But in C# I am not able to set the NeoLoad proxy using the code snippet below, because now InternetExplorerDriver...
    Arijit B.
    Arijit B.

    Arijit B.

    Level
    0
    10 / 100
    points
    Alexis N.
    Alexis N.

    Alexis N.

    Level
    2
    1255 / 2000
    points
    Team
    Hi, You can use the following code to update IE options according to capabilities: DesiredCapabilities desiredCapability = new DesiredCapabilities(); NLWebDriverFactory...