ALM-Rangers / Offline-Test-Execution-Extension

Enable users to export test points to an Excel file, perform tests in an offline scenario, and import results back to TFS/Team Services. UserVoice idea #3596154. Marketplace: https://marketplace.visualstudio.com/items?itemName=ms-devlabs.OfflineTestExecution&utm_source=vsarsolutions
Other
7 stars 5 forks source link

How to fix error in test case data? #9

Closed sampadaz closed 6 years ago

sampadaz commented 6 years ago

Hi, When I am importing test execution details from excel sheet, I get error "Found 1 errors in test case data" There is no way to figure out what this means. No context provided by the tool what error test case data has. Is there a way to fix this apart from doing manual analysis.

mattias-skold commented 6 years ago

In the grid of validated import data (below the validation summary) - errors and validations is marked on row level, just go through the errors and warnings and you will find a more detailed error on the tooltip of the row with the error ...

sampadaz commented 6 years ago

@mattias-skold Thank you for this info! It helped and I could fix the issue.