Java console output is not visible during a loadtest, this output is therefore redirected to SilkPerformer"s RepMessage function, and made available in the Virtual User report file. It is only redirected for the first Virtual User by default, however it is possible to redirect all users output. If you wish to redirect ALL Virtual Users console output the "if" conditions in java.bdh will need to be removed / commented: if GetUserId() = 1 then if GetRuntimes() = 1 then //code here is ok end; end; C:\Program Files\Silk\SilkPerformer x.x\Working\Include\java.bdh Comment out section of code that checks if first Virtual User: // redirect console output to RepMessage() function // if GetUserId() = 1 then This output is not written to the repository by default as the output is deemed "Informational", to write informational data to the repository you need to change the SilkPerformer setting: SETTINGS | SYSTEM | WORKBENCH | RESULTS Tab - Report messages of severity "X" or higher If you want these messages included in the repository / overview report set this to "Informational". Old KB# 18494
↧