Coded UI driving test from multiple excel files
问题 Our strategy for using Coded UI to test our software is to create several Excel spreadsheets each with the testing steps for a particular test case. There will be one Driver spreadsheet that has a worksheet that lists the test cases to be run. The idea is to read the Driver spreadsheet and then go open the individual test case spreadsheets to run the test steps. The test steps will list a button or field, the action to perform (click, edit) and the data value or other expected result which