The following table gives the description of files/scripts used:
| Name of files/scripts | Description |
| nmap_NodeGoat.robot | This demonstrates how to apply Robot Framework with NMAP. |
| nmap_NodeGoat_gauntlt.attack | This is the BDD framework Gauntlt testing script that defines NMAP scan against NodeGoat. |
| NodeGoat_SignIn.py | Selenium Python script to do the sign-in of the NodeGoat website. |
| NodeGoat.jmx | JMeter data-driven testing to sign in the NodeGoat website with the sqli.csv payloads. |
| MyRequest.jmx | JMeter data-driven testing to sign in the demo.testfire.net with the sqli.csv payloads. |
| RF_DDT.robot | Robot Framework data-driven testing to sign in to the NodeGoat with the sqli.csv payloads. |
| Selenium Proxy Sample.py | Selenium Python script to demonstrate how to define proxy in the browser profile. |
| SignIn_DDT.py | Selenium Python data-driven testing scrip... |