https://issues.apache.org/bugzilla/show_bug.cgi?id=54441
--- Comment #3 from jerald <[email protected]> --- Dynamic variable used in filename field is not getting resolved in csvdata set component. Meaning, if we create a dynamic file name like child_1.csv and child_2.csv using the counter 1,2,3...from parent loop, then these file names are not resolved in csv dataset component which is present inside the parent loop. parent loop controller ++++Csv dataset config1 - uses static file name to read from. ++++++++Child loop controller +++++++++++++Csv dataset config2 - uses dynamic file name to read from In the above test plan structure, csv dataset config2 uses dynamic file name to read data. This file name is generated using a counter from parent loop. Files are present in the system, but the generated filename variable is not resolved. So this trows FileNotFoundException. -- You are receiving this mail because: You are the assignee for the bug.
