Read in values from a spreadsheet

Now that we are importing our spreadsheet, let's have our test script use the values from the datatable for our login into the Flight application.

When we recorded we got the following lines of code for the login window:

alt text

We are going to change them to this:

alt text

Now we are reading the values from the spreadsheet and the script is no longer hardcoding these values.


Previous section: