kamalarieff / automate

Python, Selenium, etc. i.e. any form of automation
0 stars 0 forks source link

Rename the params when running tests from Google Sheets #19

Closed kamalarieff closed 6 years ago

kamalarieff commented 6 years ago
Old Param New Param
row start-cell
column end-cell

Reason: Since you can fetch multiple rows and columns from Google Sheets i.e. to run multiple tests, it makes sense to change row and column to start-cell and end-cell respectively. This way you define ranges better.