Printer FriendlyEmail Article Link

Avalanche: Is it possible to generate unique URLs for every request when running an Avalanche test?

Environment/Versions
  • Avalanche Commander
Answer
  • Yes. The following are two examples of creating unique URLs for each HTTP request:
           EXAMPLE 1:
 
          1 GET http://192.168.1.1/<##########>.html
             #Each # will be replaced randomly with 0-9
 
 
           EXAMPLE 2:
 
           ASSIGN VARIABLE <myvar1 **********>
              1 GET http://192.168.1.1/<APPLY myvar1>
           #Each ‘*’ will be replaced by a character a-z

Product : Avalanche,L4-7,Avalanche,HTTP