https://issues.apache.org/bugzilla/show_bug.cgi?id=46491

           Summary: Incorrect value for the last variable in "CSV Data Set
                    Config" - when the value is empty
           Product: JMeter
           Version: 2.3.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: slavk...@yahoo.com


Use "CSV Data Set Config" element in your test-plan. Use there a few variables
(3 or more) - assume there are {VAR1, VAR2, VAR3} (I'm using here "{ and }" for
better explanation).
Create data file for it.
The first line has non-empty values - assume {1-1,1-2,1-3}.
The second line has {2-1,2-2,} where the third value is empty (I need like this
TC).
So, when a thread is picking the second line from the CVS file - VAR3 value
will be "1-3" (from previous line).

ER: VAR3 value is equal to value from the second line - in this case -
empty(nothing).

The issue is valid only for the last variable in CVS file.
I'm trying also to use (Allow quoted data = True) in the CVS file like
{2-1,2-2,""} and it does not help as well.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org

Reply via email to