Updating thousands of test cases based on automation results
Hi,
I've got some automation for an eCommerce site where I am validating 18 data elements (each is a test case) for ~750 products (each is a test set containing the 18 test cases). This ends up being ~13500 test cases to update after each run. What they've done in the past is to load an Excel sheet with the data and use an app someone wrote that uses the ALM Web Services to update the cases with the Excel sheet as input.
After completing a run, I set all the test cases in the Excel sheet to Pass and then mark the failures as needed. The problem is if the run passes at 75%, I still have to update over 3000 rows in the sheet which takes hours. Then I kick off the update tool and it can take many hours to days to complete the update. Updates that fail need to be rerun through the tool taking additional time.
I've thought about and tried many other things but I'm trying to keep the wall of text short...
So... I'm hoping someone out there has found a more efficient way to do something like this. I'm open to just about anything... restructuring my test cases or sets, etc. From what I've seen, there is no other way to update test sets except through the web services and UI.
Thanks,
Jeff