Using jar file in neoload it is possible to extract his output to a variable knowing that the output is received only after validation.
-I have found it possible if for example :we load the output by creating a file that contains this output using java code ( modifyng the content of the java code and generating new jar) and extract it after using file variable.
otherwise is it possible to load the inputs ?
inputs can be added by adding arg3 arg4 ... to the java instance in neoload and using them in the void main(String[] args) as args[0], args[1], args[2],....
This helps me if any one has the same problem as i did