David G.

  • 0 questions asked
  • 7 answers
  • 3 best answers (43%)
  • How to set ports in tunnel mode?

    I am trying to verify how Neoload would work for a client using Surface tablet. With Proxy: I was able to record the browser but applications like facebook, weather channel...
    Shishir J.
    Shishir J.

    Shishir J.

    Level
    0
    3 / 100
    points
    David G.
    David G.

    David G.

    Level
    1
    238 / 750
    points
    Team
    Additionally, it is a bit confusing that you need to change the "80 ?" into just plain "80" by double clicking it in the detect servers window when they come up. The error is...
  • Why there is such long file name?

    Hi! In my project, I got directories named like this : @i@a@a@h - @v@u - @claim @advanced @search and tab navigation #28@i@a@a@h31754#29 I also got file inside that are...
    David P.
    David P.

    David P.

    Level
    0
    6 / 100
    points
    David G.
    David G.

    David G.

    Level
    1
    238 / 750
    points
    Team
    Hello David P., thanks for asking. Your question is unique in that no one has had this particular problem that we are aware of. It's possible your own systems file structure is...
  • How to parameterize the values based on users?

    I have 310 users with different data set. I have taken all the users in a csv and have all the user specif test data in other csv. Scenarios is like; user 1 will come and read...
    Pravesh S.
    Pravesh S.

    Pravesh S.

    Level
    0
    4 / 100
    points
    David G.
    David G.

    David G.

    Level
    1
    238 / 750
    points
    Team
    In NeoLoad you'll want to create variables and possibly a shared queue depending on how you wind up using the two seperate csv files as the sources. See the documentation...
  • How to extract value from <textarea> ?

    I have a grid whose rows like this one : <textarea name="ctl00$ContentPlaceHolder1$DataGrid0$ctl02$TxtValueDesc" rows="2" cols="20" id...
    Aditya B.
    Aditya B.

    Aditya B.

    Level
    0
    2 / 100
    points
    David G.
    David G.

    David G.

    Level
    1
    238 / 750
    points
    Team
    In NeoLoad you aren't trying to parse out objects in the DOM, rather you just need a regular regex expression that includes the text directly left (and then right) of the text...
  • Can I export errors details? If it is possible, how can I do it?

    I want to list response errors details.
    Richard Jose A.
    Richard Jose A.

    Richard Jose A.

    Level
    0
    7 / 100
    points
    David G.
    David G.

    David G.

    Level
    1
    238 / 750
    points
    Team
    Under the Main Header: Results Tab when you are inside the subtab 'Errors" if you click on the export button when you export as a .csv this file when opened in an excel sheet...
  • how to test endpoint connectivity?

    i assume this is a very basic question. but I have a set of endpoints that I want to verify connectivity to via our neoload installation. what would be the best way just to test...
    Martin S.
    Martin S.

    Martin S.

    Level
    0
    54 / 100
    points
    David G.
    David G.

    David G.

    Level
    1
    238 / 750
    points
    Team
    Depends on what kind of endpoint connectivity you are trying to confirm. If it's like a MySQL database or something like that, there's a check dialogue with 'test' button right...
  • Extracted variables in js scripts

    Hi all, I created a script to construct a new variable (text) thanks to multiple extracted variables (ID, NUM, DATE). I am able to see the new variable on debug log. But...
    Eric N.
    Eric N.

    Eric N.

    Level
    0
    80 / 100
    points
    David G.
    David G.

    David G.

    Level
    1
    238 / 750
    points
    Team
    Update: Ironically that's what I replaced 'myvalue' with exactly. I used 'max' during my tshooting of your script. I actually was on my home computer so I didn't have the...