Steven F.

  • 7 questions asked
  • 4 answers
  • 0 best answers (0%)
  • how to do i record apis in neoload through postman

    i have 12 apis and have to test with a load of 10000 users in neoload i am just adding each api individually it is taking more time bcoz i ahve to add parameters of api for...
    Dileep C.
    Dileep C.

    Dileep C.

    Level
    0
    6 / 100
    points
    Steven F.
    Steven F.

    Steven F.

    Level
    0
    64 / 100
    points
    Also if your APIs have a swagger file (or wsdl) the the wizard will fill lots of detail out for you, I think it's really good
  • Load List /Array of values into variable from MS SQL

    I'm trying to load a variable with the list of results of a SQL query. I can access the first first value in the results but how do I get at the next one or a random value...
    Steven F.
    Steven F.

    Steven F.

    Level
    0
    64 / 100
    points
    Steven F.
    Steven F.

    Steven F.

    Level
    0
    64 / 100
    points
    Cheers Neil. Yes, SQL variable - so the SQL will not be executed again if I have it set to each use it will just get one of the rows
  • I can't connect to MSSQL via SQL Action or through Javascript

    I can't connect to MSSQL via SQL Action or through Javascript I'm trying to get to a Microsoft SQL Server 2008 R2 database with version 5.1.4 Neoload. The SQL action is saying...
    Steven F.
    Steven F.

    Steven F.

    Level
    0
    64 / 100
    points
    Steven F.
    Steven F.

    Steven F.

    Level
    0
    64 / 100
    points
    Yes found this now too select the Custom Driver and then the Driver class is : com.microsoft.sqlserver.jdbc.SQLServerDriver and use the same connection string jdbc...
  • I can't connect to MSSQL via SQL Action or through Javascript

    I can't connect to MSSQL via SQL Action or through Javascript I'm trying to get to a Microsoft SQL Server 2008 R2 database with version 5.1.4 Neoload. The SQL action is saying...
    Steven F.
    Steven F.

    Steven F.

    Level
    0
    64 / 100
    points
    Steven F.
    Steven F.

    Steven F.

    Level
    0
    64 / 100
    points
    I finally managed to get it to connect, as you say, it's not mssql as it says in the documentation it's sqlserver. So full string jdbc:sqlserver://[myserver];instanceName...