Asgard RuntimeExec Module

0 Likes
Asgard RuntimeExec allows command execution in the machine running Asgard Test Tool.

To include this module, copy the class file to modules directory of asgard.jar file.



Include this xml in ApplicationContext file:




<bean id="runtime" class="com.itt.asgard.modules.RuntimeExec" singleton="false">
<property name="command" value="calc.exe"/>
</bean>


command   is your command environment.

Labels:

Collateral
Comment List
Related
Recommended