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.
]]>The post Chapter 7 – Execution From Command Line appeared first on TestMate.
]]>E.g.
C:\Testmate >TesterAt.exe c:\TestPath\Testname.jts
The Execution takes place with the tool in invisible mode and results are reported in the report path configured in the config.xml.
The post Chapter 7 – Execution From Command Line appeared first on TestMate.
]]>