|
YES, your wanted server loading testing scenario can be handled by eValid. It is assumed that your eValid working folder already contains the following recognizable script and data input files...
Contents of Name1.evs:
... DataSynthesisFile "$FINPUT" ... ... InputValue 0 113 "TEXT" "pzip" "pcode" "$postal_code" "" ... ...
Contents of Name2.evl:
_evalid "Name1.evs" "" 1 "$FINPUT=File1.txt" "-DATASYN -pm 1.0" 1 _evalid "Name1.evs" "" 1 "$FINPUT=File2.txt" "-DATASYN -pm 1.0" 1 _evalid "Name1.evs" "" 1 "$FINPUT=File3.txt" "-DATASYN -pm 1.0" 1 _evalid "Name1.evs" "" 1 "$FINPUT=File4.txt" "-DATASYN -pm 1.0" 1 _evalid "Name1.evs" "" 1 "$FINPUT=File5.txt" "-DATASYN -pm 1.0" 1
Contents of File1/2/3/4/5.txt with all desired inputs of varying or the same data value assignments for $postal_code, each line <carriage return> indcates an iteration:
Content of File1.txt: $postal_code=08999 $postal_code=07999 ... Content of File2.txt: $postal_code=88999 $postal_code=87999 ... Content of File3.txt: $postal_code=22229 $postal_code=22299
etc.
Upon loading "Name2.evl" into eValid, you will see the launch of 5 separate copies of the eValid Browser, each will load a copy of your "Name1.evs" file. Each of the 5 browsers will iterate through each line of your corresponding DataSynthesis assigned File#.txt. For example, if there are only 2 lines, then there will be 2 iterations of all instruction in "Name1.evs" script file; 5 lines, then 5 iterations, etc.
_________________ eValid Tech Support Team
|