I have a JMeter test plan which basically downloads a file by breaking it into multiple parts. However, these parts are received in encoded alphanumeric character format.
For instance, we have a .txt file which is broken down into 2 parts. Each part has an encoded set of characters. I have been successful so far in appending these characters into another file. Is there a way of restoring the contents of this file ( holding alphanumeric characters) into the original .txt file with its valid contents back again?
e.g. JMeter response: <data> aWJiZWFuLFBhbmFtYSxDb3NtZXRpY </data>
Can someone please suggest the steps to achieve this?
CodePudding user response:
If you don't have possibility or unwilling to use JMeter Plugins you can achieve the same using JMeter's built-in