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

Unable to export existing test outcome #24

Open ParagRaut opened 5 years ago

ParagRaut commented 5 years ago

The plugin is unable to export test outcome if it is already present in TFS. It rather export null instead of pass/fail/inconclusive status :(

mattias-skold commented 5 years ago

The purpose of the extension is not to export data, its to be able to execute test offline and import the outcome. What scenario do you want to support with exporting test outcome ?

ParagRaut commented 5 years ago

Hi Mattias-Skold I realized that after I put issue on this repo, So sorry for that :) I thought it would be good idea to also export existing data in TFS so that offline and online execution will remain in sync.