toughcc1
8 years agoRegular Visitor
One datasource (Excel) and Multiple Test Cases
I have an Excel file where each row has unique data for testing and corresponds to each test cases added to my Test Suite. Is there a way to connect each test case to each line of the Excel sheet without having multiple Datasources added between the test cases?
Without setting up and using multiple data sources, the only other way you'd likely get this is writing a custom groovy script. That would give you complete granular control.