Method Runtest
Runs the external testUsage
Function ZAP.Runtest(
String Path
)
Parameters
Path
Type: String
Path to the script
Returns
No return value
Example
VBScript
Zap.Runtest "C:ZAPTESTLogin.zap"
JavaScript
Zap.Runtest("C:\ZAPTEST\Login.zap");
Comment
Run test by path