February 2019
Intermediate to advanced
256 pages
7h 34m
English
To complete the testing scenario, here are some major robot framework keywords used in this case:
| Keyword commands | Use of the keyword |
| read .csv file to list | Read the sqli.csv CSV file to the list |
| Open Browser | Open the browser |
| Log | Print the value to the log |
| FOR .....IN | This is a loop to read all the values of the CSV files |
| Input Text | Locate the NodeGoat sign-in username and password, and input the text with the values from sqli.csv |
| Click button | Click the Submit button on the NodeGoat website |
| Close Browser | Close the browser for every test |
The Robot Framework RF_DDT.robot script will be defined as follows:
*** Settings ***Library CollectionsLibrary CSVLibraryLibrary SeleniumLibraryLibrary ...
Read now
Unlock full access