Divya K.

  • 23 questions asked
  • 19 answers
  • 0 best answers (0%)
  • SQL datasource

    If we attach data source for our scripts as SQl , so during the loadtest from agent how will the script connect to database? and wont the time spend in disk I/O?
    Divya K.
    Divya K.

    Divya K.

    Level
    1
    230 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Also for your information, you can see the result of your SQL request <your project folder>\SqlTemp folder. Like Patrick said, the SQL request is fetched during the...
  • Selenium integration with neoload?

    Hi All, I am trying to integrate selenium webdriver v2.44 with Neoload v5.1, I have writtin following code. import org.openqa.selenium.By; import org.openqa.selenium...
    Divya K.
    Divya K.

    Divya K.

    Level
    1
    230 / 750
    points
  • How to write script in selenium and run with neoload

    Hi All. I an trying to integrate selenium with neoload, but finding issues as stated below. 1.I have added all required jar to my project & using selenium webdriver v2.44. 2...
    Divya K.
    Divya K.

    Divya K.

    Level
    1
    230 / 750
    points
    christophe M.
    christophe M.

    christophe M.

    Level
    4
    5000 / 5000
    points
    Team
    Hi, Why is this code not working? Is it compiling? What is the result?
  • why do i get Proxy server is not responding message when recording an https application

    My IE 10 proxy is getting disabled whenever I am starting recording in proxy mode. i have added all necessary certificates to IE certificates and to NeoTys folder in C\users...
    Divya K.
    Divya K.

    Divya K.

    Level
    1
    230 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    The pop-up is coming from your email server. It happens because NeoLoad changed the proxy settings of IE during the recording. You could use Firefox to avoid such issue or...
  • Soap error

    Facing below error while parsing .asmx? files com.neotys.nl.soap.c: Can't parse WSDL at com.neotys.nl.soap.p.b(p.java:172) at com.neotys.nl.gui.design.q.b.fl.a(fl.java...
    Divya K.
    Divya K.

    Divya K.

    Level
    1
    230 / 750
    points
  • Testing of .net webservice

    Does Neoload support .asmx files extension web services How to test them?
    Divya K.
    Divya K.

    Divya K.

    Level
    1
    230 / 750
    points
  • Unable to record application

    I am unable to record any application through neoload,found below error in Neoload Log files ERROR - neoload.Proxy.ScreenshotHandler: Failed to init screenshot component...
    Divya K.
    Divya K.

    Divya K.

    Level
    1
    230 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You're right i missed that point. In that case please follow the procedure below: Start your browser Change the proxy settings to "localhost:8090" Start a NeoLoad recording...
  • Neoload Correlation

    How to define occurrence of a value in framework to set automatic handling of web application dynamic parameter. eg: if I want Neoload to capture second occurrence of this...
    Divya K.
    Divya K.

    Divya K.

    Level
    1
    230 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You have two different ways to create a framework rule. You can either manually create it directly in the Framework panel under NeoLoad preferences or first create a variable...
  • Neoload Method to Upload File

    Does Neoload has any method or function to upload file, as in our application Neoload records all the data values from the file which are difficult to parameterize, so any...
    Divya K.
    Divya K.

    Divya K.

    Level
    1
    230 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    The method to upload a file depends on your application. Usually it is done through a POST multipart request and in that case you have in NeoLoad a link to the file that you...