【軟件測試】使用類反射結合python的第三方庫xlrd,動態引入測試數據,進行自動化測試

#導包 import xlrd import sys class readexcel:     def read(self, path, index=0):         #打開Excel文件         book = xlrd.open_workbook(path)         #通過索引順序獲取表格         sheet = book.sheets()[index]      
相關文章
相關標籤/搜索