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

No valid test point to import found #6

Closed edwardwwx closed 5 years ago

edwardwwx commented 6 years ago

import error :No valid test point to import found,why?

mattias-skold commented 6 years ago

The imported data is checked against existing test points, and the test point Id, tester and config is verified to be the same before proceeding.

In short, the test point specified in the xsl cant be found in TFS/VSTS

edwardwwx commented 6 years ago

Thanks, plug-in is the need to download a dependency package?

edwardwwx commented 6 years ago

Refused to execute script from 'http://tfsdev.taas.com:8080/tfs/_apis/public/gallery/publisher/ats/extension/vso-offlinetestexecution2/0.1/assetbyname/scripts/OfflineTesting.js' because its MIME type ('application/json') is not executable, and strict MIME type checking is enabled.

mattias-skold commented 6 years ago

A little bit of contexted would be good, Im guessing that you tried to rebuild and package the extension and upload it to your server ? What version of tfx did you use ?

edwardwwx commented 6 years ago

v0.5.5

jh8c commented 6 years ago

I am experiencing the same issue as described in this post ("No valid test point to import found"). What I want to do is to export an empty Excel-sheet from VSTS, type in the data in the excel-sheet and then import the excel-sheet to VSTS.

Having read the reply to this issue it seems like this is not possible because the test point that i have added to my excel-sheet (obviously) is not present in VSTS.

Will this option be possible in the future?

mattias-skold commented 5 years ago

To be honest I dont think that is something we will add in the future. There is many reasons for this.