Tsung 3900- fatal: expected_entity_reference_semicolon 2764- fatal: error_scanning_entity_ref

Error when running load test with tsung:

3900- fatal: expected_entity_reference_semicolon
2764- fatal: error_scanning_entity_ref
Config Error, aborting ! {fatal,
{error_scanning_entity_ref,
{file,”tsung.xml”},
{line,100},
{col,80}}}

Solution: Tsung does not like & and always seeks for & amp;
Replace & with & amp; in any URL/input data in the xml file

Aside