February 2019
Intermediate to advanced
256 pages
7h 34m
English
Once the automation execution is done, we may execute the following command to review the security assessments made by ZAP. The following RESTful API will generate the report in JSON format:
$ CURL "http://localhost:8090/JSON/core/view/alerts"
The following RESTful API will generate the report in HTML format:
$ CURL "http://localhost:8090/HTML/core/view/alerts"
If all these steps work, we may integrate all the commands into one script for further automation execution. Here is the summary of all the automation commands in one BAT script file, "Auto_ZAP_UserRegistration.BAT". Be reminded that we add a Windows timeout command to wait for the finish of the UI automation; UserRegisterResult.html will ...
Read now
Unlock full access