'Create and Export file as .xml - Jmeter
Is there any code (Java, for example) that creates a file in .xml format and saves it in a folder? I can't find... I've searched in several places, but to no success. =//
Thanks in advance!
Solution 1:[1]
To my knowledge, there aren't any out of box features in JMeter to process XML. You can use Groovy XML objects/operations to read/write XML
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Rahul Jadhav |
