0

C# Specflow Playwright - My lead want me to update the test case result in the excel sheet after the feature file is executed. So in her excel sheet, she has given an unique tag (tag: test name) to each test case which I will add in each scenario (in the feature file) and once the feature file is executed. She is expecting to update the excel sheet with Pass/Fail result for all test name tags. I know how to write script in BDD but never integrated excel sheet with BDD scenario. So any help on above requirement is much appreciated.

  • Unfortunately this question needs focus. There is too much here for a single answer. Instead, you'll need to read the spreadsheet, execute the test, and then use C# to update the spreadsheet with the test result. You'll need to break this down into smaller problems. Try things out first, then post smaller, more focused questions about a specific problem you are having. – Greg Burghardt May 18 '22 at 17:15
  • @GregBurghardt Thanks for the direction. I will try to read the spreadsheet and execute the test and if this works for me then I will check how to use C# to update feature file results in the spreadsheet. – Prateek Kumar May 18 '22 at 17:30

0 Answers0