Forum Discussion

toughcc1's avatar
toughcc1
Regular Visitor
7 years ago
Solved

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. 

2 Replies

  • 678's avatar
    678
    Regular Contributor

    i am also looking for solution for this issue 

    • groovyguy's avatar
      groovyguy
      Champion Level 1

      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.