Unanswered question

how to load the output of java ( jar added to neoload) into variable

Using jar file in neoload it is possible to extract his output to a variable knowing that the output is received only after validation.

Radwa K.
Radwa K.

Radwa K.

Level
0
26 / 100
points

Answers

Radwa K.
Radwa K.

Radwa K.

Level
0
26 / 100
points

-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 ?

Radwa K.
Radwa K.

Radwa K.

Level
0
26 / 100
points

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