The post Chapter 8 – Execution From VBScript appeared first on TestMate.
]]>VBScript
'Create Shell Object using vbscript
Set obj = CreateObject("Wscript.Shell")
'Run the shell command with parameters
obj.Run """C:\Testmate \TesterAt.exe"" ""c:\TestPath\Testname.jts"""
The execution takes place in the tool (invisible mode) and results are reported in the report path configured in the config.xml.
The post Chapter 8 – Execution From VBScript appeared first on TestMate.
]]>