Open Formartha opened 6 years ago
In which file do you see this error? Which versions were used ? Please share files if possible
@Formartha without additional information I can't tell what it is. Phrase list index out of range is a common programming error message so it can mean anything if I don't know exact scenario.
@kowalpy I observed same issue when jtl file dont have enough information
Following are steps:
Run Jmeter Analyse Jtl Convert To Html jmeter.bat test.jmx test.jtl
Is this issue related to https://github.com/kowalpy/Robot-Framework-JMeter-Library/issues/4?
@kowalpy no, its not related to #4
Here case is we have jtl file with no rows (apart from headers).
Due to this we got list index out of range
exception
Hi,
While trying to run a jmeter test (*.jmx file) and analyzing it's output, the exception that is being raised is the following :
FAIL : IndexError: list index out of range
what could be the issue?