Alexis N.

  • 0 questions asked
  • 69 answers
  • 17 best answers (25%)
  • performance testing on SAP batch jobs using Neoload

    Hi Team as a part of Performance Testing ON SAP, ive stucked with how do we perform our performance testing on SAP batch jobs using Neoload. and another question once after we...
    sampath K.
    sampath K.

    sampath K.

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

    Alexis N.

    Level
    2
    1255 / 2000
    points
    Team
    Yes you will need 350 user id's or a super user id that allows multiple logins.
  • performance testing on SAP batch jobs using Neoload

    Hi Team as a part of Performance Testing ON SAP, ive stucked with how do we perform our performance testing on SAP batch jobs using Neoload. and another question once after we...
    sampath K.
    sampath K.

    sampath K.

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

    Alexis N.

    Level
    2
    1255 / 2000
    points
    Team
    You need to use different user credentials for each Virtual User Instance or use a SAP user that allows multiple logins.
  • performance testing on SAP batch jobs using Neoload

    Hi Team as a part of Performance Testing ON SAP, ive stucked with how do we perform our performance testing on SAP batch jobs using Neoload. and another question once after we...
    sampath K.
    sampath K.

    sampath K.

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

    Alexis N.

    Level
    2
    1255 / 2000
    points
    Team
    Hi, For the recording issue, open SAP GUI Configuration, go to Accessibility & Scripting and select Scripting, then untick the Notify when a script attaches to SAP GUI check...
  • SAP Demo Environment

    Hello; I want to create a simple SAP Demo environment to record and play some simple SAP Scripts using Neoload. Did someone knows how it can be done please? Best regards
    Benamar B.
    Benamar B.

    Benamar B.

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

    Alexis N.

    Level
    2
    1255 / 2000
    points
    Team
    Hello, What do you exactly mean by "SAP Demo environment"? You don't have access to a SAP server and/or you don't have access to a SAP GUI client?
  • Error while initializing SAP recorder. See log for details.

    Trying to test an SAP type application that does not use the web. my project is open, I click on record, on the bottom half of "Start Recording" window, click "SAP GUI" tab...
    Lee D.
    Lee D.

    Lee D.

    Level
    0
    1 / 100
    point
    Alexis N.
    Alexis N.

    Alexis N.

    Level
    2
    1255 / 2000
    points
    Team
    Hi, Apparently NeoLoad can't communicate with a SAP DLL. What is the version of SAP GUI client that you are using? Can you verify with regedit.exe that the register key...
  • 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"; }
  • API request header in User Path validation?

    In the header for a request to an API, I have removed the header 'Accept-Encoding' because it's generating a 401 error. However, when I check the user path validity, it's still...
    Christopher M.
    Christopher M.

    Christopher M.

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

    Alexis N.

    Level
    2
    1255 / 2000
    points
    Team
    In 6.5.1, you can choose the values of Accept-Encoding in the browser configuration of the population. For the Check User Path, the browser configuration is in the Advanced dialog.
  • No property or association found for [ProtocolSAPGUI]

    I am using Ranorex with the Neoload plugin/packages, and when I am running in Design mode, I get the following error: One or more errors occurred. No property or...
    Sam A.
    Sam A.

    Sam A.

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

    Alexis N.

    Level
    2
    1255 / 2000
    points
    Team
    We identified an issue with the NeotysRestDesignAPI version 1.0.4 that is used by Ranorex/Neoload plugin: it's only working with NeoLoad 6.6. I assume that you are using a...
  • Can't execute JS code with NLWebDriver on C#

    Ok, so I'm writing a Selenium script in C# so I can measure some load times and I need to scroll to the bottom of a page, so I'm using this piece of code...
    Valentin R.
    Valentin R.

    Valentin R.

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

    Alexis N.

    Level
    2
    1255 / 2000
    points
    Team
    The Selenium wrapper of NeoLoad does not support ExecuteScript. So you need to execute the script to your original driver. For example: var driver = new...
  • Load controller configuration on local host?

    I am trying to execute selenium scripts from Neoload using the following java_test_script action on my machine(localhost). The Selenium documentation mandates the ---...
    Rahul N.
    Rahul N.

    Rahul N.

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

    Alexis N.

    Level
    2
    1255 / 2000
    points
    Team
    localhost should be of for a local test. request/responses/throughput don't take into account Selenium scripts. Here the metrics of the Selenium wrapper: https://www.neotys...