February 2019
Intermediate to advanced
256 pages
7h 34m
English
The Robot Framework environment setup may refer to Chapter 9, BDD Acceptance Security Testing. In this testing scenario, in addition to Robot Framework, we will also require the following external libraries:
| Robot Framework library | How to install | Usage scenarios in this case |
| CSVLibrary | pip install -U robotframework-csvlibrary | Read values from the CSV file |
| SeleniumLibrary | pip install --upgrade robotframework-seleniumlibrary | Launch the browser and execute the defined web UI operations |
In addition, the selenium web drivers also need to be installed on the testing machine. This approach assumes that ZAP is running and the system proxy is configured to the ZAP proxy properly.
Read now
Unlock full access