Suraj M.

  • 5 questions asked
  • 1 answer
  • 0 best answers (0%)
  • Users at different transactions

    In an application recorded, there are 10 transactions. When i put a load and run the User path, i would want all the users to perform different transactions. No 2 users should...
    Suraj M.
    Suraj M.

    Suraj M.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    You have a few options. You can put all 10 transactions inside a parent transaction. One the parent transaction change the run order from sequential to random, each VU with...
  • Users to perform different actions

    For an eCommerce application, we have recorded a scenario of login till payment for 1 user. Now, we have created variables for Users (by passing them through a csv) and for...
    Suraj M.
    Suraj M.

    Suraj M.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    You can create a variable extractor to extract all the patterns for the products, this could just something like <prodid>123</prodid> <prodid>456</prodid>...
  • Unable to get the details of payment gateway

    We are doing a load test for a eCommerce mobile app. For this, the proxy settings are set to manual and added the ip of the machine that runs neoload and Port of neoload. While...
    Suraj M.
    Suraj M.

    Suraj M.

    Level
    0
    15 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    That sounds to be an issue related to SSL. Before that "Pay" transaction do your application use HTTP or already HTTPS protocol? If it switches to HTTPS on the "Pay"...
  • How can i simulate load for test from different regions?

    for an eCommerce application performance test. We would like to simulate load from different regions in the world. Would it be possible using Neoload?
    Suraj M.
    Suraj M.

    Suraj M.

    Level
    0
    15 / 100
    points
    christophe M.
    christophe M.

    christophe M.

    Level
    4
    5000 / 5000
    points
    Team
    Yes, it will require that you buy some Cloud Credits, so that you can generate Load from several Providers, tens of locations in the world, with an out-of-the box easy...
  • The responses in our application are in json format. In this case, how can i create variables ?

    For login and other screens, our application responses are in the json format as mentioned in the screenshot. How can i create a variable in this scenario to pass multiple...
    Suraj M.
    Suraj M.

    Suraj M.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Hi, variable extractors can be used to extract values from JSON responses and store those values in variables. For the requests, you can edit the payload like this...