Review 
   I have a file (csv) of URL values
   I want jmeter to visit each entry in the file

  Thread Group
    CSV Data Set Config
    User Defined Variables
    HTTP Request
    Positive Assertion
    Assertion Results


I am hung up in the User Defined Variables and HTTP Request sections.  
      
User Defined Variables
   I have simply used     Name:   URL     Value: ${URL}

HTTP Request
    Protocol (default http):   ${URL}     Method: Get
 Path    I left this blank because the value should come from my file.

When I look at the jmeter.log  I see the name of my file listed  
    INFO  - jmeter.services.FileServer: Stored:
industrial_directory_urls_test.csv 
but then the thread dies 
    INFO  - jmeter.threads.JMeterThread: Stop Thread seen:
org.apache.jorphan.util.JMeterStopThreadException: End of file detected 

Can someone point out what I am doing wrong?


Reply via email to