You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Nathan Chandler <na...@orange.net> on 2002/01/31 13:28:42 UTC

Q. Assertions - GUI dependancy ?

Am doing some work to extend File reporting to include details of assertion results. 

Some prelim. tests have shown file based assertion reporting to work in GUI environment but not non-GUI. Quick look through the code seems to suggest that Assertions are only added to controllers in GUI mode (JMeterTreeModel) - can anyone clarify this? Would this also effect addition of other elements? Also if things are as I think, can anyone suggest best way to proceed in respect of non-GUI mode.

Thanks