Skip to content
Pat Leong edited this page Oct 17, 2017 · 1 revision

Welcome to the VendingMachineDemo wiki!

Database Setup

  • Create a database on your local SQL Server Instance called VendingMachine
  • Create a table called "Payment" with columns "ID(PK)" and "Value(int)"
  • Create a initial row of ID = 1, Value = 0

Make sure that you have selenium ChromeDriver.exe in your PATH.

Install SpecFlow