You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new test plan
Create some test cases with test case steps
Select Offline test execution and choose Export
Click Export to Excel
Open exported excel file and change statues of test cases > Save and close excel
Go back to internet explorer
Choose Import in Offline test execution
Choose that excel file
Click Import button
It will fail with that error
I checked Network, there is the REST API to create test runs and succeed (200), but there isn’t such test run (checked in test run page and Microsoft Test Manager).
Dont think so
The import creates a testrun in 3 steps
frist create a "empty" test run
fill it with detailed test results
Close it
From the network log -it seems like there is an error on the post of the detailed results, and as a result - the import failed - and we're actually cleaning it up by removing the test run
Steps to reproduce:
Create a new test plan
Create some test cases with test case steps
Select Offline test execution and choose Export
Click Export to Excel
Open exported excel file and change statues of test cases > Save and close excel
Go back to internet explorer
Choose Import in Offline test execution
Choose that excel file
Click Import button
It will fail with that error
I checked Network, there is the REST API to create test runs and succeed (200), but there isn’t such test run (checked in test run page and Microsoft Test Manager).
I tried to create test run with that REST API (POST https://dev.azure.com/starain18/p2/_apis/test/runs?api-version=3.1) through PostMan, the test run be created successfully and can view it in Microsoft Test Manager.
Not sure what’s the problem of it. Please check it.
The text was updated successfully, but these errors were encountered: